Loading Tool

Explorer IconExplorer

Memory Pool

22,859 transactions
10.27 vMB
0.02479981 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.30/200 MB

Candidate Block

Mining Attempt 90ccc2698260a01b77fc47a51ad2cedd10ddf421a2473af5f93dcde26964f74d
Version 20000000
Previous Block 00000000000000000000763bc27d9459c69b40675f4f5e0a66e2b4c8f6dd3654
Merkle Root dea12f4510483a8da04a80e6d1ddc119a190993de0740118f04b99fc5507b438
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,968
Size: 1.00 vMB
Total Fees: 0.00777874 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,525 (757,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
156,512 156,512 00000000000008cabe24504e68345d70a7b0e327f37650185360d4c7c012a1a1 75 0.04 vMB 17
156,511 156,511 0000000000000cec4b1092db2a882894d45ca33c9136ad13031296ee54b7923e 146 0.05 vMB 144
156,510 156,510 0000000000000ad68171ba9ae4a75f99943a9fcceaa62f1c0f392d8d5906d29b 13 0.00 vMB 0
156,509 156,509 0000000000000f4bd895b218e4ce99a5105240d227823150f6e2022c31870461 47 0.02 vMB 98
156,508 156,508 0000000000000c1b16e333f4f66fe0618f4fa5457390de7b7f130b256a921658 20 0.01 vMB 0
156,507 156,507 0000000000000cb8ca80cac4d96b9b7277965db6a4f635b67b1b3153ea6f22af 55 0.02 vMB 88
156,506 156,506 0000000000000dc7604e917b379644bdc7e5eabd4df4d261e62f2f7323ac4ab5 44 0.02 vMB 94
156,505 156,505 0000000000000ade25e3567d0fe234edf91f966a15ea99b4434f160de89ea7e5 17 0.01 vMB 72
156,504 156,504 00000000000000975912aab6b16e175508fa02a6f6cbd1fe648f6f9dbbef7b62 85 0.03 vMB 1,960
156,503 156,503 00000000000007169e562472fb20f0e940fc2b17b8aa27be620c49f0da3abc14 11 0.00 vMB 17
156,502 156,502 00000000000004416a2b6aca91b316b3596687f49c22a73f8046c669ed3d616e 10 0.00 vMB 15
156,501 156,501 00000000000003c0c9011fc0195cc875799fe7a75e83ced5dbdc5bf4265c885e 23 0.01 vMB 1,728
156,500 156,500 0000000000000455776c672951c51dd7cb482f0b27b9ea35737dc8f540b47daa 26 0.01 vMB 112
156,499 156,499 00000000000004de93775a4123b6daced74af04843f0051f5475eb41f0121426 61 0.02 vMB 98
156,498 156,498 0000000000000e9bbd6210bbf539cbbb03ecd6df293554599aeb224f83ae43f6 89 0.05 vMB 138
156,497 156,497 0000000000000ddade415913f61c3c609e03982c7a42e74d1bb3a7b5cd21f229 11 0.00 vMB 924
156,496 156,496 00000000000002a39ba2c9b041715d187cc55b4646792041d8c0ae9527ad641a 1 0.00 vMB 0
156,495 156,495 000000000000070c79a98a0beed766dd90ae60d7521420d4f3126226e6eb383e 4 0.00 vMB 124
156,494 156,494 00000000000005e7b4838e1476412fc985821dbf555f3403e22a000afc2b7c37 6 0.00 vMB 30
156,493 156,493 0000000000000df1b5c0f5f82811664a38b610d9835fa49abc9584211e280fa9 95 0.03 vMB 11
156,492 156,492 0000000000000194a9c2b42684559cf8cb1e607dd2a0812fcdfedf49aa685bad 19 0.01 vMB 200
Previous 10 blocks ↓
Total Size: 779.77 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: 396.89 GB
    • Received: 2.02 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.