Loading Tool

Explorer IconExplorer

Memory Pool

73,569 transactions
28.51 vMB
0.07091695 BTC
Random Selection Loading Transactions
Max Size: 168.46/200 MB

Candidate Block

Mining Attempt 706e97b692618d00b6bb8102350f6c422f52e5fca87af79a6c7741edeea573b1
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root 2d5269a86e8f8c544014afba37cb9e3b99a50867a36f400dca888db6aeb5bb82
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,391
Size: 1.00 vMB
Total Fees: 0.01375431 BTC
Feerates: 100.36 > 1.38 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (464,131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
450,911 450,911 0000000000000000004c438e7e4052b827536224c02689ddaafb23ea07bc6e56 2,082 1.00/1.00 vMB 153
450,910 450,910 00000000000000000241d174aa9bb88823e3dd23d4304d6eab8e33320a05baa7 1,943 1.00/1.00 vMB 116
450,909 450,909 000000000000000002373e731292778156ea1d763e9d8d4f192244ae7a8a995b 1,702 1.00/1.00 vMB 131
450,908 450,908 000000000000000002a5acbcf6ff450fbe11f832f568eb13cdb51040d447fa5d 1,700 1.00/1.00 vMB 158
450,907 450,907 000000000000000000f2e1fe56eedbeb7a834372b0e9faf66201247b844654f2 2,285 1.00/1.00 vMB 89
450,906 450,906 0000000000000000014f88ffbe2dfde99ecf0084a345901e92729c720936a179 2,354 1.00/1.00 vMB 112
450,905 450,905 0000000000000000007dcaa09682ba481a05544c252bd4e0d37bc53e4abb6cb5 2,102 1.00/1.00 vMB 108
450,904 450,904 0000000000000000028bdfdc21609dda961813ce18afcf0955fe2b40d5efa2b0 2,090 1.00/1.00 vMB 127
450,903 450,903 0000000000000000026627a63976aa85b031931e0d3ad3a869abe666b1c5f6b1 2,191 1.00/1.00 vMB 136
450,902 450,902 000000000000000002036bb03c9987033af2b9c0e415e1b527e6848b590ac129 2,458 1.00/1.00 vMB 138
450,901 450,901 000000000000000000cf11fb584b57125246d9087133d2b259b5982f361e4ef3 2,591 1.00/1.00 vMB 84
450,900 450,900 000000000000000002bc03fef682c78647c7acbb86ab295ba0c16da9d12112bb 2,116 1.00/1.00 vMB 105
450,899 450,899 0000000000000000001f81decab0b4f49da6e365acfd44971e0165ce6188debe 840 0.27/1.00 vMB 167
450,898 450,898 00000000000000000096ea6abaa578258733aedfd09a0a0bba89840227c6c5fb 1,825 1.00/1.00 vMB 134
450,897 450,897 0000000000000000021a3969291d413c7286fc0b762552acf90afa7afee50588 2,000 1.00/1.00 vMB 90
450,896 450,896 00000000000000000055ddf15c5813e0e8cc051e3205f4b27370f7b9c360268b 2,461 1.00/1.00 vMB 145
450,895 450,895 000000000000000000b41a844cd3a2d77d8bdcb64726124df8d5b85e64c5fb98 2,144 1.00/1.00 vMB 86
450,894 450,894 00000000000000000109e98dde2cb20eef884332e8f37530d99125651346f3af 2,102 1.00/1.00 vMB 109
450,893 450,893 0000000000000000012ca7fa3619dbaa185aa61a0cbd3ee3a113a6b44981eb20 2,255 1.00/1.00 vMB 144
450,892 450,892 000000000000000002a816f711f92a6b5cc276c64dde448f9e8e378b805be996 2,935 1.00/1.00 vMB 84
450,891 450,891 000000000000000000542e4a12ada330ac99e35cba59b6925c6a4879f9b95bbb 1,807 1.00/1.00 vMB 102
Previous 10 blocks ↓
Total Size: 782.47 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: 667.96 GB
    • Received: 15.34 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.