Loading Tool

Explorer IconExplorer

Memory Pool

78,494 transactions
33.52 vMB
0.14825576 BTC
Random Selection Loading Transactions
Max Size: 189.53/200 MB

Candidate Block

Mining Attempt 5fca82a7540408a8fc7a90347f779e22ed2aabd4433c0a32b59b12e4c9a799ac
Version 20000000
Previous Block 00000000000000000000bb7fa09d78086bb333e351a7c3129fff08c9216ebf57
Merkle Root cc012264c31e2ba9eb54ec320ed0ff5d30e553170ba85fafebbd1367c336a026
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,468
Size: 1.00 vMB
Total Fees: 0.03812118 BTC
Feerates: 150.61 > 3.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,421 (55,145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
860,276 860,276 0000000000000000000021676ddaf9c258dc238a7cf52ec2add3dbb002d4adf1 5,842 1.00/1.00 vMB 3
860,275 860,275 0000000000000000000231247d684c4fa277664e8de9460d475d6e14242fc913 7,144 1.00/1.00 vMB 3
860,274 860,274 00000000000000000000c3d470e30b61976fd8b8450cc6550e41bb3769fddc95 5,580 1.00/1.00 vMB 2
860,273 860,273 00000000000000000000a980d22be80c449ee4aef2e0b9f68a833d4fb7169237 1,634 1.00/1.00 vMB 3
860,272 860,272 000000000000000000011ac8b9695e5abf18bef9f81ad5c61c78587ed23426b4 4,067 1.00/1.00 vMB 3
860,271 860,271 000000000000000000029b90f4973fac2cf363fb0531fb5309e332cc453801e8 3,802 1.00/1.00 vMB 3
860,270 860,270 0000000000000000000299ef8cf4eddc687ac57d36c0b2bb899e7c9ae0facf86 3,687 1.00/1.00 vMB 4
860,269 860,269 00000000000000000000ec85d70d4dc15bd6327a4d8309ebfccd4b1be4de4e21 3,267 1.00/1.00 vMB 7
860,268 860,268 00000000000000000002975563ed746c62b517d3320c064ebf68e58d93f7656c 6,661 1.00/1.00 vMB 3
860,267 860,267 00000000000000000002356412ae1a6c16518c74de7157e84a542b631814c5d1 5,788 1.00/1.00 vMB 2
860,266 860,266 000000000000000000014207b64e3358b52bab2bceb604bda0e802b7a207dc38 5,760 1.00/1.00 vMB 4
860,265 860,265 000000000000000000029ef0b95006e425128140ca89da34324511cd98d34f8f 6,415 1.00/1.00 vMB 3
860,264 860,264 0000000000000000000143deea82a48d84576c6ff10c575d25f22c4b1cdb344d 6,586 1.00/1.00 vMB 3
860,263 860,263 0000000000000000000270a5a2bd240ad96ae4cb077d6a5bc4c9b20caf323693 5,053 1.00/1.00 vMB 4
860,262 860,262 00000000000000000002cb5215e24f722c74dff82d03cae58bb231ea72cbe417 5,940 1.00/1.00 vMB 3
860,261 860,261 0000000000000000000221c679390054dde8a24a03989712b0739ac4f5310595 7,206 1.00/1.00 vMB 2
860,260 860,260 0000000000000000000204d44573e4fcec3d7cdbcf1cfdcdf53f8c2a4cc2ecb2 7,022 1.00/1.00 vMB 3
860,259 860,259 00000000000000000003036a6fedbcbbe544105ab8336798b3166f9c5491629e 5,310 1.00/1.00 vMB 3
860,258 860,258 00000000000000000002db9bd64ddb686758a310c6000e9fafb9cf03febb8687 6,654 1.00/1.00 vMB 3
860,257 860,257 000000000000000000027bf6a2e3cc83a937c0869c56a0294c5bd3efe0a5c6de 4,859 1.00/1.00 vMB 4
860,256 860,256 000000000000000000008ecf7e6afb26a39797b0beeba9e1d231b78b0c17a26a 3,476 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.12 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 738.01 GB
    • Received: 18.60 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.