Loading Tool

Explorer IconExplorer

Memory Pool

42,224 transactions
28.98 vMB
0.07346146 BTC
Random Selection Loading Transactions
Max Size: 148.83/200 MB

Candidate Block

Mining Attempt 0de2be647d2d266ccd82bdea3bc5659a9687ef806f9bb2f7e170ff1f964df3f2
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root be87e92b25c46b52d0a24e4d27e323c758375997c8cf1e411440ad4a49a47b24
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,008
Size: 1.00 vMB
Total Fees: 0.01699956 BTC
Feerates: 100.19 > 1.70 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (821,484 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
93,128 93,128 000000000002b04cf5e13bbd5ff0985941594adf9d222910db88281a4f40a36d 219 0.05/1.00 vMB 0
93,127 93,127 0000000000069fd148e29cb670bb3b42c534ff1726ac232e02946e842c8938fd 14 0.00/1.00 vMB 0
93,126 93,126 0000000000056e2a88619af86f83205d0e92029f4834df10d053a7006894745e 15 0.01/1.00 vMB 184
93,125 93,125 000000000006315b0286555b3531acda5fff6df698aaaadc963d6ca990f23eff 3 0.00/1.00 vMB 2,070
93,124 93,124 000000000009750a7766eea5cf0884ec1c63a0707ddd35581b5fd914ad76a9c3 14 0.00/1.00 vMB 0
93,123 93,123 0000000000036fa2daa74a2d0d5cb35e51c507f1e2713a72191cfd744339807d 14 0.00/1.00 vMB 339
93,122 93,122 0000000000025aacb5ef76458ff6fed58e27bdca8215c1a02a8d00943092d15e 1 0.00/1.00 vMB 0
93,121 93,121 0000000000031f05a1c8e54b7458d71283c9938c1d342db6fdfb93e59d567761 4 0.01/1.00 vMB 199
93,120 93,120 0000000000074dff281afc4712f2fb130b597bbf3945b72d094da84cc367891a 1 0.00/1.00 vMB 0
93,119 93,119 0000000000082f9990fcf141bdd0f81f606413614d2b11d8993112b823beab83 14 0.00/1.00 vMB 339
93,118 93,118 0000000000062960a24ea2ed4a18971c883393c00f42b99cc88c7d313b24fb24 103 0.02/1.00 vMB 87
93,117 93,117 000000000001f1460f75ed459d955093600fa5f91b8ca2b1237a6c8cf0418204 2 0.00/1.00 vMB 0
93,116 93,116 0000000000096c30b6ce113d71a7be45f1490a0a4af1a282e2577b045b9dd6a6 2 0.00/1.00 vMB 0
93,115 93,115 0000000000051739de8024f34ac5989e307daa0099ba70d278e528c7287d40a3 14 0.00/1.00 vMB 0
93,114 93,114 0000000000077e5410bdc9f9ea15c7f462fd6adb86bde5e54cb8f5f63bb9aae9 14 0.00/1.00 vMB 0
93,113 93,113 0000000000000edc514c116d723f56f09cf10e8276951f2d17b15e74c4046c03 219 0.05/1.00 vMB 0
93,112 93,112 000000000001c7ae88c1fd8bb5faa494f4580cfc6ece0a5039b77d061c04cbe8 14 0.00/1.00 vMB 354
93,111 93,111 000000000001dcde2a3879a1584c7261da2dd8f6e769d1caa0e6c11c5ead70aa 15 0.00/1.00 vMB 315
93,110 93,110 000000000002332c671774af7fa9b6aeb504636dcd3c85588070d07e20e7d721 3 0.00/1.00 vMB 752
93,109 93,109 00000000000238c5a09eb67c9f3eda01c4675d07c6282b35ad3ffab7427c2056 13 0.00/1.00 vMB 716
93,108 93,108 000000000004f41821984f6b0a4b177ae48b5be864eaf5800cec3087f8238bbb 219 0.05/1.00 vMB 102
Previous 10 blocks ↓
Total Size: 781.70 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: 629.17 GB
    • Received: 11.88 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.