Loading Tool

Explorer IconExplorer

Memory Pool

42,267 transactions
26.96 vMB
0.06434063 BTC
Random Selection Loading Transactions
Max Size: 141.37/200 MB

Candidate Block

Mining Attempt 02ac03683869d95a896ec50a245e1f29fd3178bf223acfe1f3da94fca9505a7d
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 2ea4900d05f67653a87ff2d6017b979901e77f7deaac9c389875c201fc268053
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,679
Size: 1.00 vMB
Total Fees: 0.01429838 BTC
Feerates: 60.14 > 1.43 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (177,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
737,441 737,441 00000000000000000003c23b5d1622f4892822bd86d5e0efc38b84c2f986f142 737 0.41/1.00 vMB 11
737,440 737,440 000000000000000000030c38f380727660b8702b0896ac19a072ca765c23d575 363 0.49/1.00 vMB 3
737,439 737,439 00000000000000000007485abde6d9eb1563bab41a2a44bcc882d2c8ad81aafc 1,988 1.00/1.00 vMB 7
737,438 737,438 00000000000000000001c9b357283a36bf7e1cf6510ea7a5f05e4d7b1a16026f 2,596 1.00/1.00 vMB 10
737,437 737,437 000000000000000000067b3d6ed642c0905c4fea1a547c82b30194026e9b7388 1,903 1.00/1.00 vMB 14
737,436 737,436 00000000000000000003889c07d8f88e4d5530dfcbba6ead3ff66ac7a6607e2f 2,398 1.00/1.00 vMB 21
737,435 737,435 00000000000000000007a1e57debd4e1e7476b2c048b3dbfa5b27bbc4f3fdb79 1,321 0.59/1.00 vMB 12
737,434 737,434 00000000000000000008fc78dcf26e4f0ad0b5567cc3cfd9edf38b681d287eaa 290 0.09/1.00 vMB 14
737,433 737,433 00000000000000000008a896a0ba75b3dbd9719d2fdaa6fe86316cf2f4ffd269 2,749 0.98/1.00 vMB 12
737,432 737,432 000000000000000000047499ebeece21a93f6fcb52d47e05f61c043d37921de1 2,530 0.95/1.00 vMB 12
737,431 737,431 000000000000000000036238879c2067e0eb68f8bb386d8e33bbece937704da0 1,195 0.92/1.00 vMB 4
737,430 737,430 00000000000000000005d58728572e05ce4036ca5efa555c9a2822bc463671b7 2,947 1.00/1.00 vMB 7
737,429 737,429 00000000000000000002c33acea96ddec9aed9da0f269dfd0d6df9fcb1a63a81 2,991 1.00/1.00 vMB 20
737,428 737,428 00000000000000000000690dcc0b65ef65f32f867ac356bd70ca1e01c5c70c9b 130 0.57/1.00 vMB 12
737,427 737,427 00000000000000000004b2e428dbf118dffa8bd89b4b4b68bd4f0387d6b1e255 315 0.47/1.00 vMB 13
737,426 737,426 00000000000000000005a19bbc7413c63a8c8889f66f2e37c1c3ef0e22bf594d 420 0.13/1.00 vMB 12
737,425 737,425 00000000000000000003e51ab0b75a0cfa540634a850f0e512a856794bb67d82 1,386 0.50/1.00 vMB 12
737,424 737,424 0000000000000000000058b799924e7d2bfbcf9a6c3574dfe9976ae571e106aa 1,430 0.59/1.00 vMB 10
737,423 737,423 000000000000000000074bbb3bf270cdb8271cac612d0bc58ef4e1fa1b977733 961 0.38/1.00 vMB 10
737,422 737,422 00000000000000000007a52ff4b6c49bdd713acce1fb9cd91b40910151f3ad29 1,844 0.75/1.00 vMB 14
737,421 737,421 00000000000000000005ee780469ec1706b593a14194b5e9560288671b8e40a4 2,499 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.23 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: 655.03 GB
    • Received: 14.23 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.