Loading Tool

Explorer IconExplorer

Memory Pool

40,970 transactions
27.97 vMB
0.07393590 BTC
Random Selection Loading Transactions
Max Size: 143.63/200 MB

Candidate Block

Mining Attempt 1d6fad2067d516a7cad6b12facdfc5ab16389292b44982fb75834e0931b466b9
Version 20000000
Previous Block 000000000000000000018167fb0d67da764ebb58599678ecc8c26a00688f59da
Merkle Root 9eb5f6c1dd8ab8257dca78cc8f2657f5ff7c9b8a6363da253b0f91e144efa9e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,735
Size: 1.00 vMB
Total Fees: 0.02011239 BTC
Feerates: 101.49 > 2.02 > 0.42 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,645 (10,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
904,481 904,481 0000000000000000000017d07a4b4dad3c723f4f147c6d42845611392956d047 2,711 1.00/1.00 vMB 2
904,480 904,480 00000000000000000000af170d52aa7dc50bf076b31251f16cf485f67716859d 3,975 1.00/1.00 vMB 3
904,479 904,479 000000000000000000024c8c96b12a63ab9f1b1dd0655b81f9b72df2dc3d4f9c 2,730 1.00/1.00 vMB 2
904,478 904,478 00000000000000000001787b6ce05c71d18fdea13c8a165fb152c0dc71fab8f7 2,999 1.00/1.00 vMB 3
904,477 904,477 00000000000000000001f000b9a3a769db08491b1946b5c37a656b4d71885c84 554 0.13/1.00 vMB 2
904,476 904,476 000000000000000000008c8f5c07a1690f1371fda1a9751f6fa8b84346f00c1b 577 0.23/1.00 vMB 2
904,475 904,475 00000000000000000001bd4f4204754b3c46921d74e378397b11a12a64e6213b 2,187 0.63/1.00 vMB 2
904,474 904,474 00000000000000000001b8cb1e17bb0ab07013d1e213c2b816d72f37a3fb2b12 3,152 0.95/1.00 vMB 2
904,473 904,473 000000000000000000018b99062b518bb0945af84156bd3d646e09100c4e7ab9 1,106 0.37/1.00 vMB 3
904,472 904,472 000000000000000000019ed1af2d44e6732bdde1f2acd7048af940ee159c480d 1,788 0.64/1.00 vMB 3
904,471 904,471 000000000000000000023d76e8f239fcc7f404fe62caaf047cebdd90e95e5358 1,331 0.48/1.00 vMB 2
904,470 904,470 00000000000000000000574a9369c1df3ef4a710ac2f70dafd328fa915914e37 3,248 0.95/1.00 vMB 2
904,469 904,469 000000000000000000010d6f4eb6144a44e1b7bb5aac1343c472564774b6fcf9 3,317 1.00/1.00 vMB 2
904,468 904,468 0000000000000000000138e8a392d5ca8ad73a4ea6ed4571461d6767bcb97a67 3,650 1.00/1.00 vMB 4
904,467 904,467 0000000000000000000073ce35c947521ca331d67f865a9f7ed2fc19944ab790 111 0.02/1.00 vMB 2
904,466 904,466 000000000000000000005d31e28618fadc12dae23361172be10c77f1323039a6 442 0.16/1.00 vMB 1
904,465 904,465 00000000000000000000e408a361d80d9a29f31ee75d91f4f5274f233d1ac531 2,766 1.00/1.00 vMB 2
904,464 904,464 000000000000000000002003c31d0074d32e77a892f262cace7136d1b99c2f93 2,160 0.82/1.00 vMB 2
904,463 904,463 0000000000000000000049b460f18614380a01b8709d2c3a8ddf451d08d862b8 1,841 0.63/1.00 vMB 3
904,462 904,462 00000000000000000001384b14bccf9054117ad2fedc98d32a488cbc227b089d 2,175 0.99/1.00 vMB 1
904,461 904,461 0000000000000000000066d77145c9818d5ca674ac25457d9917ba823b8d288b 2,807 0.92/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 781.76 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: 632.53 GB
    • Received: 12.12 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.