Loading Tool

Explorer IconExplorer

Memory Pool

39,652 transactions
26.81 vMB
0.08547650 BTC
Random Selection Loading Transactions
Max Size: 137.98/200 MB

Candidate Block

Mining Attempt 006e41b2a9a1da5debad5a0b7e5c528e5d3f1a5c5ab8711b4923f0043eb20f78
Version 20000000
Previous Block 00000000000000000001b18fde6b2febfc1755903332de50616448df6a77d84a
Merkle Root 9e3b5b8ce0a9e06bd59c0b6ee0d8cdb8096039ca6cc7bfe9383d9ceae00ca569
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,330
Size: 1.00 vMB
Total Fees: 0.03325590 BTC
Feerates: 197.12 > 3.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,671 (77,246 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
837,425 837,425 00000000000000000002c044b30152c87f6ac1df93bd57d826e560f97442312e 2,682 1.00/1.00 vMB 15
837,424 837,424 0000000000000000000242e75afb3bff2a16d5fd816d8157b0d417d7cb808362 2,534 1.00/1.00 vMB 15
837,423 837,423 00000000000000000000211766a26d2ffe6e9b2339797482323925ed25af78d0 2,529 1.00/1.00 vMB 14
837,422 837,422 000000000000000000004964848137a4eb7fb4d82c87fc8672bb000add896df1 2,916 1.00/1.00 vMB 15
837,421 837,421 0000000000000000000117a8a2a052ea24e460c27b2ad54e8897a8abbc6537a1 2,775 1.00/1.00 vMB 17
837,420 837,420 000000000000000000029966e75d358d4e86e315b86598cf5f36f6ecb2bfb6fd 2,609 1.00/1.00 vMB 16
837,419 837,419 000000000000000000035f7885898ad44d0f3fc736a89ad21a268178e0de5a3c 3,130 1.00/1.00 vMB 21
837,418 837,418 0000000000000000000130968050637c1fa6c53a85156cc998ce09f593816f45 3,668 1.00/1.00 vMB 21
837,417 837,417 000000000000000000011f835d35b740c1b8952ff11555485b5f95c15c6e12a0 3,003 1.00/1.00 vMB 21
837,416 837,416 000000000000000000006d62d6a054e41168e91ebae83706dc77462706176c8b 3,167 1.00/1.00 vMB 23
837,415 837,415 00000000000000000002d26c32d6ab006631e3cf7bb82d2327b33d8bb61614e2 3,186 1.00/1.00 vMB 25
837,414 837,414 00000000000000000001bae186cde81f4f60effcb7f1e8dd54a0c833a8f6d7ff 2,850 1.00/1.00 vMB 29
837,413 837,413 00000000000000000000711debfa8e1109637528d9b4870ba1341eee6c9e28aa 2,336 1.00/1.00 vMB 19
837,412 837,412 000000000000000000010ce075b8a91d131d18c65115717e11930b01799ce86d 3,301 1.00/1.00 vMB 32
837,411 837,411 000000000000000000017f2f4f5c79a17fd9d1f00c9813ac64de34c6aa665bcc 2,924 1.00/1.00 vMB 33
837,410 837,410 000000000000000000028c4586ae2c602495386486d085ce23fdfd57db4fceeb 3,065 1.00/1.00 vMB 20
837,409 837,409 000000000000000000026ad4f6eb0f5ff09c0c2146be3beb2e13c7ad5154fd10 3,010 1.00/1.00 vMB 19
837,408 837,408 000000000000000000022a84bf17d41705609a53894a27ce23c83486b36b9722 3,180 1.00/1.00 vMB 24
837,407 837,407 00000000000000000001b6fd90074c943b79feb3985477a333cded0cc28b3a2e 2,601 1.00/1.00 vMB 19
837,406 837,406 000000000000000000012f43f50da3001c5889f0168cbf3eff7390261fd7e3e9 3,284 1.00/1.00 vMB 26
837,405 837,405 000000000000000000003af47db2d12d1d3a9ed7e4c243568a42ec03bca9c86c 3,087 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 781.81 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: 635.13 GB
    • Received: 12.29 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.