Loading Tool

Explorer IconExplorer

Memory Pool

45,580 transactions
27.50 vMB
0.11037684 BTC
Random Selection Loading Transactions
Max Size: 143.91/200 MB

Candidate Block

Mining Attempt dcf01dcca3214bf1e1f27127b03e8c2e0166b0e1b98e8d53814eb482d5ff3d84
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root ddb67dafab9407193d9a065750a5e8f74979c21735d8ae554f0ce97aa73130e5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,628
Size: 1.00 vMB
Total Fees: 0.05021356 BTC
Feerates: 151.01 > 5.03 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (109,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
805,521 805,521 00000000000000000001c7fb58ae92a6ed5e0fe3bf396860f5db60a16f3819c3 3,602 1.00/1.00 vMB 17
805,520 805,520 0000000000000000000194ddceb83ea5529d5cf6d9e026000a52d8064520c590 3,054 1.00/1.00 vMB 15
805,519 805,519 0000000000000000000070ca88de53c0ce90bb887af70177569d59b201f05dd1 2,253 1.00/1.00 vMB 17
805,518 805,518 000000000000000000023c2a08ac88ea77aefab75e982855816bc68914d7e626 3,077 1.00/1.00 vMB 18
805,517 805,517 000000000000000000014a67f5000f2349b82169c26f28d253b64543386d235c 1,869 1.00/1.00 vMB 18
805,516 805,516 00000000000000000000dc291f83f6d0b27dc1109bac4538e6f287cbdc2c8d4c 3,617 1.00/1.00 vMB 13
805,515 805,515 000000000000000000011e0a1e438426774a5d72ce8e7d592a87f0bce0d56bf6 3,852 1.00/1.00 vMB 21
805,514 805,514 00000000000000000000947b66a7b880db1b6cd7db0b481bf48ade6fb2ce1fc1 2,945 1.00/1.00 vMB 17
805,513 805,513 000000000000000000011f5daca27142973e8182f9f47ead8e0bfb3401a465e9 2,590 1.00/1.00 vMB 17
805,512 805,512 00000000000000000002675d293ab6b1a912c61e1638a9d378714eb4cd6d72fd 3,522 1.00/1.00 vMB 21
805,511 805,511 000000000000000000032f027943a22e99c2bd7ee4ff5c925986334c2d11e78c 3,114 1.00/1.00 vMB 25
805,510 805,510 000000000000000000023e3065202259b2cb3dc8795c2c2133e84983d1234339 2,922 1.00/1.00 vMB 14
805,509 805,509 00000000000000000003bd67c0857d8735a6aadb138e4f07252ba1d9b4277727 2,361 1.00/1.00 vMB 14
805,508 805,508 00000000000000000003cd4317150cfc883a0243db26b8090e7612b539d92a01 1,928 1.00/1.00 vMB 17
805,507 805,507 00000000000000000004db1eccacd33422a425360dc50231899fdfca44cfcd78 3,085 1.00/1.00 vMB 17
805,506 805,506 00000000000000000003257aca1da43883c7282ec2fbefe429ffdf64106011fd 3,632 1.00/1.00 vMB 18
805,505 805,505 000000000000000000016d732a54912f3af7e34736337ae98d6955aa7da62cd9 3,484 1.00/1.00 vMB 29
805,504 805,504 00000000000000000001cd451f4817f581a026d27b9d7f7036d25c6e8031404f 3,366 1.00/1.00 vMB 19
805,503 805,503 00000000000000000000d8d2c4ea0e358abf7a953221bfb5f6f450d64bac15a9 3,226 1.00/1.00 vMB 29
805,502 805,502 00000000000000000003e7e63e97b3af01a2bbb9f21a6116bb18eedb10b39083 1,823 1.00/1.00 vMB 14
805,501 805,501 00000000000000000003ae234b6fdb29286e4d0ee98109e65f1c7f20382ab746 2,887 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.17 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: 653.50 GB
    • Received: 13.91 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.