Loading Tool

Explorer IconExplorer

Memory Pool

24,460 transactions
10.65 vMB
0.03352833 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.99/200 MB

Candidate Block

Mining Attempt af5cb6164c562cd0a98765b40ecbe39fb5f593410d9cc89fc261e6b799a2b90f
Version 20000000
Previous Block 00000000000000000000763bc27d9459c69b40675f4f5e0a66e2b4c8f6dd3654
Merkle Root 2ee4810aa85ee5636e15e6dcc9f734c26b253d1db52b3cfd67283c5640dfa873
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,659
Size: 1.00 vMB
Total Fees: 0.01585837 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,525 (751,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
161,652 161,652 00000000000009e5098566c7f1d34946898cc4c51e019dedeed373fe8229a12e 113 0.05 vMB 241
161,651 161,651 000000000000072ca942d33db8024fe49f50075ac75f0707888f9b40fee520de 1 0.00 vMB 0
161,650 161,650 000000000000015e4c6aa3d2565e12f66a3b30e4db199deade76c378a3360b55 29 0.01 vMB 114
161,649 161,649 000000000000062178c598aadfcfc8f582d66ffdd936047229ecbcd3b40367b7 15 0.00 vMB 67
161,648 161,648 00000000000000eac6ca0fb078a8c32c5f3c930ae09f43d616401732af33fe53 77 0.03 vMB 167
161,647 161,647 00000000000005a81cca3e6da7fbeef4aa746052056b9fbcb15c9a14991eed6b 14 0.00 vMB 56
161,646 161,646 00000000000004ee738b5d57e940e41878512be5245ad979c733a079abac08bd 52 0.03 vMB 22
161,645 161,645 0000000000000756f344417ac7490e51901745a1e93b5b70de0e502845fc97bc 78 0.07 vMB 383
161,644 161,644 0000000000000490bf632c9c249ebe5898418e7f543bca0b321b664611625725 29 0.02 vMB 88
161,643 161,643 000000000000022f84adf3af7d4260c6c8cf80f836b4f0df2210b2ad7827c851 82 0.04 vMB 83
161,642 161,642 000000000000067f3d0ab4cce0ac60b386c1f40ed108cb10eaaa5acd3d775227 1 0.00 vMB 0
161,641 161,641 0000000000000acdd493faf750043bc8cc82e5b9257d4ad48930ac8b2a8d9b1a 35 0.02 vMB 216
161,640 161,640 000000000000017a71bbba7ee75c24cf03da2efe88f01b3101dbeb59bb21595c 1 0.00 vMB 0
161,639 161,639 00000000000003dd19426b1a3c91fb459aeb8a2fd170fb43be431fe119a3b3d8 19 0.01 vMB 149
161,638 161,638 0000000000000ba66a0771ebba1c6e4084c8dc9dfe6eeb2df6dc41462545bd8a 12 0.00 vMB 43
161,637 161,637 00000000000003d887be86490eee89fbf497c0f358c12de35e5de485c04c6df9 13 0.01 vMB 19
161,636 161,636 000000000000081e029909305037d59a6116aa2fcdccc3f52d250c56b9be61a1 72 0.03 vMB 82
161,635 161,635 0000000000000d2df2430d938625b058c6d5e485f57acf43c4980be304ed8373 117 0.04 vMB 91
161,634 161,634 000000000000026c542ae7c26b34fcf645c163653c1a129be2bfbefc0c9d70a8 12 0.00 vMB 14
161,633 161,633 000000000000097a27bbde73ef686808fe330797b4d13f2a397e26fd329f6b50 23 0.01 vMB 512
161,632 161,632 00000000000003eb64da979b553faa997bc91bcc7c8928532505836f47d541fa 124 0.05 vMB 59
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: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 397.33 GB
    • Received: 2.03 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.