Loading Tool

Explorer IconExplorer

Memory Pool

78,715 transactions
29.16 vMB
0.11874312 BTC
Random Selection Loading Transactions
Max Size: 175.89/200 MB

Candidate Block

Mining Attempt eb66bba6a2e0d72f8efc17e878e1ee3a69956f59cebfb407e190b040c82fdd28
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root cd8ac9362324a65f80b38fae4a72aa420b8ab524337bdae02cec7bd2f55f65a7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,106
Size: 1.00 vMB
Total Fees: 0.04289630 BTC
Feerates: 150.80 > 4.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (327,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
587,813 587,813 00000000000000000011b282e372e9cbd3a5a1908b254a7750fb15950b6ea6c9 1,022 1.00/1.00 vMB 17
587,812 587,812 00000000000000000010bb60bdb599727c91a479f398fda16975e6bc03bf2f6b 2,337 1.00/1.00 vMB 22
587,811 587,811 0000000000000000000ad05a2c0f5a7658330b690ff30dca330a1a2168a8d0d7 2,455 1.00/1.00 vMB 26
587,810 587,810 000000000000000000117d2952bc10f9a99d342ab30e35e84140c34021a59e13 2,065 1.00/1.00 vMB 20
587,809 587,809 0000000000000000000243d225fb2a61d2db91aee7a0dba90fcfda00afed93aa 2,586 1.00/1.00 vMB 52
587,808 587,808 000000000000000000138247d907ad3f5de6b7cb376c34f34ea3740b6ad4c07e 2,863 1.00/1.00 vMB 47
587,807 587,807 0000000000000000000a469e509bbe95018bb95f7107ababe2d94b45141215d7 2,399 1.00/1.00 vMB 62
587,806 587,806 0000000000000000000b252e6ce9a304bc4341a32a65dc007e142c1d5da29f51 2,366 1.00/1.00 vMB 68
587,805 587,805 00000000000000000003b22a499a2733e16506949d1f417db2ad48a74b6e396f 2,021 1.00/1.00 vMB 13
587,804 587,804 0000000000000000001f21f01efa56f01dcec3fe9cb26a80677a093525b4b4a6 1,784 1.00/1.00 vMB 23
587,803 587,803 0000000000000000000dcb82c0935c0078665420fb3656cb11c699aedb869f45 2,152 1.00/1.00 vMB 21
587,802 587,802 0000000000000000001328c8d35bb1d4dec76961f670aa005204313906dc7387 2,325 1.00/1.00 vMB 50
587,801 587,801 0000000000000000000289f0d9edbd34f09f991ae7f3cec7a4b57b447e467e88 2,775 1.00/1.00 vMB 37
587,800 587,800 00000000000000000018ac26f0b19b0329bc323011ee472314c318b7f5ae7b08 3,330 1.00/1.00 vMB 50
587,799 587,799 00000000000000000000fad4b73f1b9713aea8f5f4f04c96ab3d3a3213b09432 2,619 1.00/1.00 vMB 53
587,798 587,798 000000000000000000111d6b7a591dda685e7ce4aab9fba3d6258ebff108ad96 1,784 1.00/1.00 vMB 23
587,797 587,797 0000000000000000001bff49b428e1372fbad49706e59795c9ef648d67d765fe 3,116 1.00/1.00 vMB 70
587,796 587,796 000000000000000000117eb9dae93fd637577d2744ae7c4febf33fa01a879d35 1,413 1.00/1.00 vMB 31
587,795 587,795 00000000000000000005d10f519387e42a4e4bb14c94190516b273604a7f5430 2,231 1.00/1.00 vMB 35
587,794 587,794 00000000000000000016cc771a8146a2d37b4924f093e767f7dd5545bcf4c978 2,275 1.00/1.00 vMB 33
587,793 587,793 00000000000000000017ebc62790a06a84846af8f706439bd884fbf0c2667814 1,715 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.