Loading Tool

Explorer IconExplorer

Memory Pool

97,824 transactions
25.67 vMB
0.07279071 BTC
Random Selection Loading Transactions
Max Size: 172.90/200 MB

Candidate Block

Mining Attempt d53d469b9f4a4c8597e69597f36c455a1c17501e38e82f8ea423f248561c4cef
Version 20000000
Previous Block 00000000000000000000440dc3f8ded607f9ec6383bf60daeb19903d251e58dc
Merkle Root 4bcb31c2b6e14841fb5db1e40bfdaeececdb72c7ae7abfd668f7ec9246730093
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,221
Size: 1.00 vMB
Total Fees: 0.01125308 BTC
Feerates: 201.37 > 1.13 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,063 (914,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
1,182 1,182 000000000222d331c9cda8a89878ac1654b06660d10078ff7bf67793a6ca290b 1 0.00/1.00 vMB 0
1,181 1,181 00000000f39741da98b6f3401782b09fcfe02dba0ef247ac9f3342b70db463e1 1 0.00/1.00 vMB 0
1,180 1,180 00000000592ac01ba4e9d4daec3da2b6fac63f0faefa0222c715b660c18ddcaa 1 0.00/1.00 vMB 0
1,179 1,179 0000000034fc7458d2bb49e46e719ea47559ea30c20d8c5efade5990bb62e7f7 1 0.00/1.00 vMB 0
1,178 1,178 000000001dadba6436fa436499143753ccaa635dbb3da592e11907be63f6af8b 1 0.00/1.00 vMB 0
1,177 1,177 000000004af6b0d366a2c43803fd78afc3030c92b289dbd5d6adc90dd8a5cb6d 1 0.00/1.00 vMB 0
1,176 1,176 000000006cac1e42db9bf5d95270e2c6d6295acd34613fd90b963acb270dfbf4 1 0.00/1.00 vMB 0
1,175 1,175 000000008ac1737e8278283841daf67b89b0c23b2bbd2337e22144597e9d17ca 1 0.00/1.00 vMB 0
1,174 1,174 00000000976317d31e8d80cb68f4ce62f32f5e808bc169aceeedcfc65cd4610a 1 0.00/1.00 vMB 0
1,173 1,173 0000000054ad9ef57703ad41d194197f44048b09cd472badf53a5246a3713222 1 0.00/1.00 vMB 0
1,172 1,172 0000000088050140d2390ff996e2c3036b2594562441868303d3bed3b02f53c0 1 0.00/1.00 vMB 0
1,171 1,171 00000000cf0fd555a9230400d78e655f1f5f44534897e3942d96f27076095405 1 0.00/1.00 vMB 0
1,170 1,170 0000000037a74bef375488f46021f90d3690317a16f885a4e8f41e255d5dde09 1 0.00/1.00 vMB 0
1,169 1,169 00000000e387669a236a5a5aa809b33ec8f9dd4cd5d9bffe017ee5f20f004a46 1 0.00/1.00 vMB 0
1,168 1,168 000000000ef8725eb972f2426f7e63a0393abbcc3c9f9d0402adb77a14d6b5ba 1 0.00/1.00 vMB 0
1,167 1,167 00000000f0767ad76279839d0fced591231529c8b53d6ee282c6fd50d7c89660 1 0.00/1.00 vMB 0
1,166 1,166 00000000916b7ad3fe0820aace4b006c8f1b3cf31980d321bd6bed6dd62418e1 1 0.00/1.00 vMB 0
1,165 1,165 0000000096802223977e8859bc89748566516f34656c33b9a74179078f78819b 1 0.00/1.00 vMB 0
1,164 1,164 0000000055c07c7afc4614c6eb8135233fbededd3560163c4f68ed2f7635a924 1 0.00/1.00 vMB 0
1,163 1,163 000000002feb5d88964e58ace2ca025968febc52ba0e9249b452a741c3d619f5 1 0.00/1.00 vMB 0
1,162 1,162 000000005ef21d4d4f403af302b3f855335e85a0e7ead44c2cb5ec1bb3be30d1 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 813.35 GB
    • Received: 23.85 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.