Loading Tool

Explorer IconExplorer

Memory Pool

78,592 transactions
28.86 vMB
0.10998708 BTC
Random Selection Loading Transactions
Max Size: 175.23/200 MB

Candidate Block

Mining Attempt f6c1f88028aba7a40444fa04d08b69cb6afb726c3fdecfa34573ab707fac516c
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root e669259e14fe93838796aca777d3101f279b7b8b22123c63c5393a60c75feb02
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,235
Size: 1.00 vMB
Total Fees: 0.03923054 BTC
Feerates: 602.26 > 3.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (256,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,586 658,586 00000000000000000008d84f047062370a9a059c1e1f1458bf45c7e7613f0866 2,927 1.00/1.00 vMB 77
658,585 658,585 000000000000000000037990e7a691c8875d30cf10f5ae83293c706f8dccc36b 2,747 1.00/1.00 vMB 79
658,584 658,584 0000000000000000000086793ce56c6cd0ba0b40bf5fe9202b37b627baaea06c 3,067 1.00/1.00 vMB 95
658,583 658,583 000000000000000000074133dd6a3b24caab1973d15cff8b392beeed9c354f58 1,578 1.00/1.00 vMB 55
658,582 658,582 00000000000000000006019e5c0437d69f0d63949788b558e28cb6a610eae994 2,903 1.00/1.00 vMB 86
658,581 658,581 00000000000000000003dc784a85859b3127b4edad7693142399f966e39de4fd 2,503 1.00/1.00 vMB 31
658,580 658,580 0000000000000000000a3a1009ae59b94dd9d10353a847035a2b328d38a6ee28 2,606 1.00/1.00 vMB 43
658,579 658,579 00000000000000000004b7f784ed37eba786adaa9efc9be54a4c3424ce62ae45 2,661 1.00/1.00 vMB 81
658,578 658,578 0000000000000000000b88566f54c458094c75873dddbbdab58738b50a6eb45c 2,763 1.00/1.00 vMB 27
658,577 658,577 0000000000000000000275efc5c104f56618712cbfc69e3337c5375ba050fa95 2,437 1.00/1.00 vMB 52
658,576 658,576 000000000000000000013dca1b4c37586e731af7469e092293acb3e9bb52e276 2,895 1.00/1.00 vMB 92
658,575 658,575 000000000000000000043e01da071cb2dbe9005d71a0d7fb56be5aac37d60366 2,491 1.00/1.00 vMB 70
658,574 658,574 0000000000000000000d9dd3a49f6f26528943ee63795bb56a2e3da7a02088d7 2,771 1.00/1.00 vMB 94
658,573 658,573 00000000000000000004fbbf3d58210047f567eadc4ac834bf7d24c150c08e8e 2,193 1.00/1.00 vMB 47
658,572 658,572 0000000000000000000914ca2d4cb5566fd53cd4ca407f8b5dfd06834c3a6350 2,152 1.00/1.00 vMB 58
658,571 658,571 0000000000000000000af2956f9561747b9c83ff7995e2a91ac13f27a5442c96 1,707 1.00/1.00 vMB 45
658,570 658,570 0000000000000000000537f4d7b74dce658434446b9258806089bb3838525970 2,370 1.00/1.00 vMB 34
658,569 658,569 000000000000000000042a82a03f9e9e2b7b5ef87e3c51738fb28ff82eeb9a11 2,237 1.00/1.00 vMB 36
658,568 658,568 000000000000000000029d9eaf9cab8bd2242a1329013d1d3e3a4d08b54e6fb2 2,495 1.00/1.00 vMB 40
658,567 658,567 000000000000000000032d6d9344af7b92519af5841138e9cbcc86805d8e6358 2,448 1.00/1.00 vMB 45
658,566 658,566 0000000000000000000e3864c7d6af5112f49a109bb66ed8672d91787ff5c1d2 3,024 1.00/1.00 vMB 95
Previous 10 blocks ↓
Total Size: 782.92 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: 714.40 GB
    • Received: 17.53 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.