Loading Tool

Explorer IconExplorer

Memory Pool

81,806 transactions
31.00 vMB
0.07474438 BTC
Random Selection Loading Transactions
Max Size: 188.74/200 MB

Candidate Block

Mining Attempt 8c54ea8902a7874892712a2f28f670724ef093fd1c55b0fd406ecf45d6bca3a9
Version 20000000
Previous Block 00000000000000000000f9ed58f50ea3395fea3cc5910c6adbea9d34000d3f9f
Merkle Root df687cc4eda0068b308cba61fa77b3a6d971af18bd0e8ae612fce05ec3e998d7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,113
Size: 1.00 vMB
Total Fees: 0.00801648 BTC
Feerates: 60.16 > 0.80 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,186 (255,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,522 659,522 0000000000000000000292d7d7533174956e296349477d8aacadba45e5881c29 2,373 1.00/1.00 vMB 104
659,521 659,521 0000000000000000000a1bd340aad625ea0da8d14f7d5613be0954a34b3f2d0f 1,769 1.00/1.00 vMB 105
659,520 659,520 00000000000000000009b8f1506aed2ea69d104f5fcbe49e5612a82dcec45a69 2,806 1.00/1.00 vMB 121
659,519 659,519 0000000000000000000e40529fb23a76b1d5ca537ba585a5b89aaec9808b52e0 2,748 1.00/1.00 vMB 119
659,518 659,518 00000000000000000000b29cecc82d912a96a1347ab1c69bd3cef4ef269c45cc 2,717 1.00/1.00 vMB 104
659,517 659,517 00000000000000000006670453ba219078f220cbaf99dda1a082b9d8e0a461c5 2,954 1.00/1.00 vMB 120
659,516 659,516 00000000000000000003d3b38708d372737714414205afd220d83e01e5a1fdd5 2,676 1.00/1.00 vMB 119
659,515 659,515 0000000000000000000459336cea194935067e495e39df01014403833dc7731c 3,172 1.00/1.00 vMB 119
659,514 659,514 00000000000000000000e94aa55458084c986cbd8edb591669096837f9c280cb 2,141 1.00/1.00 vMB 126
659,513 659,513 00000000000000000002a935db1c35b0ec93d4020ac22d54485f321ff2c50330 1,827 1.00/1.00 vMB 129
659,512 659,512 0000000000000000000d7ed9f58638f0956927ce827c18d6c9570e04ee3a5edf 2,393 1.00/1.00 vMB 116
659,511 659,511 0000000000000000000944e30321b0eb0bcdfe847dbb9b8c9eedfcb72cecfa0f 3,105 1.00/1.00 vMB 111
659,510 659,510 00000000000000000000de58faa546625252583520ca1578ba5f74e78e1e2ccd 3,236 1.00/1.00 vMB 117
659,509 659,509 0000000000000000000cb2a53d3009bd1b202015053df25a37bd4ec2c7e45b90 3,266 1.00/1.00 vMB 142
659,508 659,508 0000000000000000000815b0197ade9ac545b4d9d1e69563be42ae8760ef24e5 3,116 1.00/1.00 vMB 128
659,507 659,507 0000000000000000000e9f6371fa637792f73e0439df44a19366ee6bdcfdcdf1 2,741 1.00/1.00 vMB 136
659,506 659,506 0000000000000000000c73319f52c008fc0c2d0273794ff0ad875f7b7d000aed 2,707 1.00/1.00 vMB 146
659,505 659,505 0000000000000000000bf11ad314ac68d2ab61bc09d300ca5d2f8ed6c9466467 2,821 1.00/1.00 vMB 125
659,504 659,504 0000000000000000000145c72606146f6dd0b8718dd4873a006136e72ed060a6 3,055 1.00/1.00 vMB 112
659,503 659,503 000000000000000000051c3de9f1432c56a73b8155417f2924b70f393c802d64 2,980 1.00/1.00 vMB 126
659,502 659,502 00000000000000000004e1a78ac7064e693334995f799db99ceb3c1c0ebd7b5e 2,682 1.00/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 782.72 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: 705.16 GB
    • Received: 16.65 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.