Loading Tool

Explorer IconExplorer

Memory Pool

72,926 transactions
28.30 vMB
0.06480717 BTC
Random Selection Loading Transactions
Max Size: 167.42/200 MB

Candidate Block

Mining Attempt 94ffbba875f6d160fea227ec6e7f5fbc0c235ce65857466e4d297b5f85d1f31a
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root 99a51d48316a506661b87ff31b595466898cc731d304775e9e7cfde656740628
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,206
Size: 1.00 vMB
Total Fees: 0.00797578 BTC
Feerates: 48.75 > 0.80 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (470,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
444,595 444,595 0000000000000000007ca97a02c3f9cc3b13da3586ddf119a34adff69b9d6f52 2,851 1.00/1.00 vMB 73
444,594 444,594 000000000000000001662094aedb1e87db627cd792cfec32c909102988eac48f 2,688 1.00/1.00 vMB 96
444,593 444,593 000000000000000002cb507df9d68b578435c9d61989b81dbaf5885016cf64e1 1,624 1.00/1.00 vMB 42
444,592 444,592 00000000000000000364f8094bcebbee03235c357184bc9b1a8c7d119d6d515d 1,824 1.00/1.00 vMB 54
444,591 444,591 000000000000000000149d3faf6644e76e316ee22c9b94e6af70798e1eb4affc 2,295 1.00/1.00 vMB 75
444,590 444,590 000000000000000001f52ba6da097f67007e39ffcb7efe728ada71da2c3d05d1 2,282 0.99/1.00 vMB 66
444,589 444,589 000000000000000000fef873d8921eb071fb0aa471fc74900aba269ba5343189 2,336 1.00/1.00 vMB 91
444,588 444,588 0000000000000000010d4f212a41e8db3fb1775568603ab2f7f18baf756c2a5e 2,663 1.00/1.00 vMB 78
444,587 444,587 000000000000000000f32a565b5d56544220907fcf9b4f6cf37e2e205f55d2d6 2,364 1.00/1.00 vMB 74
444,586 444,586 000000000000000000f584aacbdabf9ac73a74ea3b5b99b40e106663de257653 1,833 1.00/1.00 vMB 62
444,585 444,585 0000000000000000030a57c1e50186d6a2e339c4d9ca69f48dfb90f9d136e772 2,957 1.00/1.00 vMB 69
444,584 444,584 000000000000000002c4a3abeb82873c5c45d737b9694870dbd003999c45659f 2,155 1.00/1.00 vMB 85
444,583 444,583 000000000000000001c7a6b701ec9c36ef8af01c4c1f7992bbe03862412733fa 2,908 1.00/1.00 vMB 79
444,582 444,582 00000000000000000129c61f0340832d7bba80b5d88597ac88d2091e275e5884 1 0.00/1.00 vMB 0
444,581 444,581 000000000000000002cfbe5a8b7559a2b70884df740d5a5d3a9e0c2c8c9d9d86 2,065 1.00/1.00 vMB 85
444,580 444,580 000000000000000000efe68aae0e7d2197b6c5f3e3f6f6f461cb80c52fe74872 1,789 1.00/1.00 vMB 85
444,579 444,579 000000000000000000ff05052d26bc5b59775b5b53b5ead750122d574aa83c3f 2,256 0.99/1.00 vMB 80
444,578 444,578 0000000000000000030ba16c38f055ea5499a6a5deaf83f648b27ca1f2ca4fe5 2,386 1.00/1.00 vMB 124
444,577 444,577 000000000000000000278dfbb22b2368483c4b02d588c1809f332b90c79dfa03 2,090 1.00/1.00 vMB 89
444,576 444,576 000000000000000002af0603f8846f45293df43cd4ffc393ba82ace3308ac306 2,012 1.00/1.00 vMB 72
444,575 444,575 00000000000000000231baa66da2f776a48a7a368ca1c54d15cfd9e4475f9205 2,142 1.00/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 782.47 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: 667.96 GB
    • Received: 15.33 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.