Loading Tool

Explorer IconExplorer

Memory Pool

83,829 transactions
30.72 vMB
0.08867747 BTC
Random Selection Loading Transactions
Max Size: 188.58/200 MB

Candidate Block

Mining Attempt 71d8d0808b1b431933dc82047a3cc5a9095908e72492ccb7dd5e0e9070fc59d8
Version 20000000
Previous Block 0000000000000000000128573cb111401f661ea57a2bc9fbc9c48fcf8c5e1f6b
Merkle Root bf8631863f4f503c106cb8ba5a65a7615602dcf854864c5b605ca533979a68b1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,240
Size: 1.00 vMB
Total Fees: 0.01988481 BTC
Feerates: 402.60 > 1.99 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,326 (526,966 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,360 388,360 00000000000000000dc62a758bdcfacccd0dcd9f742e28d8384ce48a6c701e7f 750 0.75/1.00 vMB 23
388,359 388,359 0000000000000000031a6e89ebb24ea0e4329580970912b9e45fb3753557693d 1,728 1.00/1.00 vMB 29
388,358 388,358 00000000000000000834bdbe220db9aff0c37433dee263e1d1544dc29e0dbf7c 775 1.00/1.00 vMB 17
388,357 388,357 00000000000000000b2225b80305b31cc70d05c786ed9458c4ffcdb94d827ac0 1,899 0.93/1.00 vMB 32
388,356 388,356 00000000000000000bb649cf7a1a698d38107bd592aca252eae8918f85a61d79 1,806 0.75/1.00 vMB 43
388,355 388,355 0000000000000000059c55cbe7fa18de708d7cfadb9e9eb039b445843f4988ec 1,680 1.00/1.00 vMB 22
388,354 388,354 000000000000000003cb4380eda763c28ffecf18ad81ea2d714c97175330e425 2,714 0.95/1.00 vMB 52
388,353 388,353 00000000000000000455fdd2a0c75e43e3fc0dbbef1ad02fe399fc922f3ac253 2,382 0.95/1.00 vMB 34
388,352 388,352 000000000000000006eec5f2135a9a5ad6f18e01690d49801c0ae36e97ee18bb 3,196 0.93/1.00 vMB 59
388,351 388,351 000000000000000000f88899e8518087c627492e137f4bc8fd9e482405268844 148 0.16/1.00 vMB 13
388,350 388,350 0000000000000000015694d3a01ffcfa192f99555fe6f71c2acc009454501ef6 2,371 1.00/1.00 vMB 38
388,349 388,349 0000000000000000058dde108cc5052e1d1235c2b7be0c43524c0e893c00ca8b 888 0.73/1.00 vMB 20
388,348 388,348 000000000000000008b1d755a723a68fa8d43cfa6635293180b3ef86b82f7085 1,314 1.00/1.00 vMB 18
388,347 388,347 00000000000000000289230d09d115231c40be0be3a8c37f4d5e513739b89fb2 1 0.00/1.00 vMB 0
388,346 388,346 0000000000000000018f131529c4f7815a11de0808e79a6c8ca23fb97d389f95 1,425 0.73/1.00 vMB 37
388,345 388,345 00000000000000000c9e96b6fcc594f0a80a2db71b35d265a3216e524a950068 1,007 0.65/1.00 vMB 27
388,344 388,344 000000000000000001eac2aae9c4f4ac8c8de05abae2d7362b121e8767c5da15 1,935 0.93/1.00 vMB 32
388,343 388,343 00000000000000000c418eda8b26df252c665346a8ec78ec7566b9911c763c3b 20 0.05/1.00 vMB 7
388,342 388,342 00000000000000000ca6030ad3fa5f0d9a254f3f7ef2d8fd600201cda991ac75 811 0.36/1.00 vMB 43
388,341 388,341 00000000000000000ab8bca69692efdd048a73c4e0d655e92c8f406ec86a3279 1,067 0.79/1.00 vMB 22
388,340 388,340 000000000000000001b71a623b804d1cce4a1d55cc5dc94b1ce9f47928b17ecb 2,291 0.75/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.96 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: 715.28 GB
    • Received: 17.70 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.