Loading Tool

Explorer IconExplorer

Memory Pool

76,591 transactions
28.96 vMB
0.07650764 BTC
Random Selection Loading Transactions
Max Size: 176.93/200 MB

Candidate Block

Mining Attempt 11f35e04e6197a10ce659a79331b0b5cf0a50d76faa1309cbde513b51fee62df
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root e8b3744975aa1d27de63267fa1012f9acebcd00a8873135b9805db1d41f2483b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,234
Size: 1.00 vMB
Total Fees: 0.01336556 BTC
Feerates: 77.76 > 1.34 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (415,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,852 499,852 00000000000000000095f39e2197de42802661253aeb42e5442a2b6aeb85f674 1,717 1.00/1.00 vMB 234
499,851 499,851 0000000000000000001ac969362c367593933c6ef25d846b336cabbf40c4333e 3,081 1.00/1.00 vMB 361
499,850 499,850 000000000000000000b03002a1ee74b6fbee61cadbb12b7560e517c0a111d904 2,383 1.00/1.00 vMB 433
499,849 499,849 000000000000000000957956c299c96818c2e439b98221fa8767f411311f959e 1,425 1.00/1.00 vMB 207
499,848 499,848 00000000000000000044feb9ecbcd0b43cbfb36e0756d1da99a439bac9c03bb4 3,148 1.00/1.00 vMB 391
499,847 499,847 00000000000000000086112c5093b04cc3df599f9612e28bda457718400d23c0 1,729 1.00/1.00 vMB 234
499,846 499,846 0000000000000000005c6d010b8fae707f17b6c317abd6b3b1a7e4f94f464bd8 2,620 1.00/1.00 vMB 250
499,845 499,845 0000000000000000003af45eb30bd975b7cf48b66d0783c0cb220b4026a79461 2,943 1.00/1.00 vMB 382
499,844 499,844 0000000000000000001396b03f81be0316a5d3f4a6179f9810aa638753f853a7 3,399 1.00/1.00 vMB 361
499,843 499,843 0000000000000000002f0e064454fcd995b5323b24156a1180944cb2a4542264 2,948 1.00/1.00 vMB 449
499,842 499,842 0000000000000000000c51597f07fac7eb3ba12d11c2fd4843261890c2466cf4 2,764 1.00/1.00 vMB 343
499,841 499,841 000000000000000000946638670140e2bfbf6b6e15520a9c7849195e0535853a 2,773 1.00/1.00 vMB 402
499,840 499,840 0000000000000000007f59f9d5c4e20c4c6d492475585c4a2556ed1d460cad22 3,077 1.00/1.00 vMB 436
499,839 499,839 000000000000000000576bc18210b235ee1422a8414c02d4c0a66e144860a065 1,698 1.00/1.00 vMB 226
499,838 499,838 000000000000000000724faba62e48248b28cabfd45cd6b5aa69b610397634af 558 1.00/1.00 vMB 139
499,837 499,837 000000000000000000a34feb81a4b91a1b135c5b828c7ecdaba72ff6ef179c4d 2,568 1.00/1.00 vMB 361
499,836 499,836 0000000000000000002c3f8b0f810fc37d25e9309876ae3c19a07bb00ee7b3f3 2,838 1.00/1.00 vMB 336
499,835 499,835 0000000000000000002dce170afaa59c9ac88bd84d0bd5b5bb98102f86eb8486 1,154 1.00/1.00 vMB 219
499,834 499,834 0000000000000000000481fa9ae143c62e4c5b4dc6db1d52cdd42709049d37cd 989 1.00/1.00 vMB 162
499,833 499,833 0000000000000000002d5da9430125bb83cb6d679e04a3a202c53c62b25cf3f7 2,867 1.00/1.00 vMB 370
499,832 499,832 0000000000000000005b28a7ded07915e0077b98c91b99129c9a670ed8876a93 1,796 1.00/1.00 vMB 237
Previous 10 blocks ↓
Total Size: 782.82 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: 710.76 GB
    • Received: 17.08 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.