Loading Tool

Explorer IconExplorer

Memory Pool

79,299 transactions
29.40 vMB
0.12593817 BTC
Random Selection Loading Transactions
Max Size: 176.99/200 MB

Candidate Block

Mining Attempt 6977e0ffef9126f2999e525ce8c4ddad850316471d57be90f0c9129b7f519041
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 77f42927f3dea317ef034bf4d9ec1f7214fd7358a5ce18e8b85c1cc20196569b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,409
Size: 1.00 vMB
Total Fees: 0.04578750 BTC
Feerates: 150.80 > 4.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (129,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
785,266 785,266 00000000000000000003044a3885dcf5cfaf82c6237e8faec31c3705b9533a54 2,997 1.00/1.00 vMB 21
785,265 785,265 00000000000000000001c4ad70b5b0d36ed2a7fdf8128f885b64e48b3a531214 2,215 1.00/1.00 vMB 15
785,264 785,264 00000000000000000000f251e516b113db291bc42e6be2459fd1d3ef491f0c99 1,772 1.00/1.00 vMB 13
785,263 785,263 00000000000000000003caac8dab8b6f4463bb832e755b552d5c1bdb2a279a81 2,528 1.00/1.00 vMB 11
785,262 785,262 0000000000000000000311c130b405c44911715371bd728cb31d76b61f279a80 2,392 1.00/1.00 vMB 13
785,261 785,261 000000000000000000038e22e4b10e5694dac48f2c7f32b841df5971dbe9b071 2,548 1.00/1.00 vMB 23
785,260 785,260 0000000000000000000530c97e880e53c85d85ec02b5b5dd824a2c5be3a62890 3,541 1.00/1.00 vMB 11
785,259 785,259 00000000000000000005d2f7deb7b7b14956229a1e47210eeb8c2ff41faa4a03 1,806 1.00/1.00 vMB 12
785,258 785,258 0000000000000000000387129e22e9f15d2e47f1fe72511ccb88c903fcfc76fb 1,818 1.00/1.00 vMB 16
785,257 785,257 000000000000000000037931324e17786ed4e48ee47bc278dc1c9d33393e0e81 2,307 1.00/1.00 vMB 25
785,256 785,256 000000000000000000021e42bffc39f37b11cd63e786cd366918c355e746fe72 3,498 1.00/1.00 vMB 24
785,255 785,255 00000000000000000000b417ffc4d61c01d78b77b5de8824b53787929382cd0b 2,662 1.00/1.00 vMB 32
785,254 785,254 0000000000000000000398893f9b603e3107ab56928c81941a353deffa3c9bfd 3,863 1.00/1.00 vMB 30
785,253 785,253 0000000000000000000414879338f39dd4b153805f0131cba1544686b9a96a5a 2,830 1.00/1.00 vMB 37
785,252 785,252 000000000000000000010bc145d24c53c0e9823fca3ee7464b00892ea09ea1af 3,155 1.00/1.00 vMB 21
785,251 785,251 0000000000000000000038e28587a621321e1368b6d7bbc1b81f0a99867bb53f 3,123 1.00/1.00 vMB 26
785,250 785,250 00000000000000000002b904d374699cae3e47988d72e55d8f2dbc87d0117329 2,241 1.00/1.00 vMB 13
785,249 785,249 000000000000000000044d064c5a658d8cbcddd147ad53bda55ff25335453184 3,158 1.00/1.00 vMB 19
785,248 785,248 00000000000000000000e3f80bee2ee1a1ce8e9a9ab5a55647df44473dab7d10 3,891 1.00/1.00 vMB 26
785,247 785,247 00000000000000000005a73d7c246e410be9e29bca8d0bf542660a8da6a06241 2,434 1.00/1.00 vMB 34
785,246 785,246 0000000000000000000483bc9418d3e6624caab9131c0be10fed49888b9ac990 2,949 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.85 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: 712.79 GB
    • Received: 17.21 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.