Loading Tool

Explorer IconExplorer

Memory Pool

75,422 transactions
27.81 vMB
0.07407207 BTC
Random Selection Loading Transactions
Max Size: 169.70/200 MB

Candidate Block

Mining Attempt ddca2256bf1922a8d871e29275ba5b4c437fdd12a8ffd94327ae0e08dfe4b09d
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 31044a06770529db615a9df53287e3374d1a1ee068d444fc0d45264953b0373c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,465
Size: 1.00 vMB
Total Fees: 0.01455649 BTC
Feerates: 150.93 > 1.46 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (327,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
587,792 587,792 0000000000000000000b3fd6a9e1e0d714b2c00585df4263cddf332d8e21cc72 2,708 1.00/1.00 vMB 40
587,791 587,791 000000000000000000174ea5e5261a72d47ee88ab45e090f409eace56932d6f8 1,983 1.00/1.00 vMB 30
587,790 587,790 000000000000000000064276b61434b1c52f62de6a1adc528a2bf793fcb394ae 2,948 1.00/1.00 vMB 47
587,789 587,789 0000000000000000000ab3947c2584bcd5b00e6266f828a7c73fb3e1954627bb 3,034 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.90 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: 713.71 GB
    • Received: 17.44 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.