Loading Tool

Explorer IconExplorer

Memory Pool

77,096 transactions
28.61 vMB
0.08878684 BTC
Random Selection Loading Transactions
Max Size: 173.52/200 MB

Candidate Block

Mining Attempt 84331b4591ad29a17b4bd1d332918bbe57687dc0ad8e9b72ef88a7751cf22b3e
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root 2aed53d56daa28b0e4043b80314ef02174f0c5a8bbfc42b4939fb91736f6274b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,970
Size: 1.00 vMB
Total Fees: 0.02319292 BTC
Feerates: 402.60 > 2.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (129,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
786,148 786,148 00000000000000000001311c0e6c3f06fb1c12a6c42d8e52e4370e1ea65e7245 3,504 1.00/1.00 vMB 13
786,147 786,147 00000000000000000000fb03f38fbd4a0fffc9040c5b299c5b1a0ac976f5c8ee 2,832 1.00/1.00 vMB 27
786,146 786,146 00000000000000000002bd1b205dede9349e37eba8136ea90aaa244bd11ce250 949 1.00/1.00 vMB 7
786,145 786,145 000000000000000000046c42084985f0d2e9a6750ff6b82fc7e75ba3fd749a17 1,856 1.00/1.00 vMB 7
786,144 786,144 000000000000000000026525e3e584488e8258917efb2e71674f986c41f6248a 3,561 1.00/1.00 vMB 16
786,143 786,143 00000000000000000002371bc87cf6cd8c9e724dfef9320e089b192d1dd245fa 3,124 1.00/1.00 vMB 27
786,142 786,142 0000000000000000000173a8bd6b5c9eab9ab8af50fb48dda5dcfb379d141f74 2,765 1.00/1.00 vMB 14
786,141 786,141 000000000000000000009d0c7fad2e4fe4d9d02f9e10029a4b3f1c14d5ea5c31 2,594 1.00/1.00 vMB 23
786,140 786,140 00000000000000000002c8e411fb4080a64a897e55e4b651c510aae7ce725ec1 3,321 1.00/1.00 vMB 18
786,139 786,139 0000000000000000000228379235b052e08f7b0112b372e81ced7be29a6c539d 2,428 1.00/1.00 vMB 22
786,138 786,138 00000000000000000001c8b5c8bcd6b1cda72f1c2a522282173d00304391d2ce 2,731 1.00/1.00 vMB 26
786,137 786,137 0000000000000000000021fc13b0ffa6ebd56768215907b5b46934786a7fb1b9 3,196 1.00/1.00 vMB 21
786,136 786,136 000000000000000000036bcfa11e93ddec6edf794952d4e2e4dc1b1c8e434ba0 3,588 1.00/1.00 vMB 23
786,135 786,135 000000000000000000014373442ba9c05528e0d74eb082ecc7d59bb4a13f589b 3,110 1.00/1.00 vMB 16
786,134 786,134 000000000000000000031ca5570d2a08377b22c731813b7962e9eaa3ae632add 2,469 1.00/1.00 vMB 12
786,133 786,133 00000000000000000003b129b19106d6ecbeed56cdeff6a7b38381e81a7404b2 2,169 1.00/1.00 vMB 4
786,132 786,132 00000000000000000003b6e42f1a5ea9c637036780247ff2568ce07831fa1ff9 1,912 1.00/1.00 vMB 8
786,131 786,131 00000000000000000003b00a4444f3033622df51c3112ca3b3c7bae894865fc0 2,732 1.00/1.00 vMB 16
786,130 786,130 00000000000000000001984d155dc96fa0deadbf0ce80b1cc054bd39d470c8f7 2,186 1.00/1.00 vMB 10
786,129 786,129 00000000000000000001fa4f57555b01cc08d606972d1364ecdb362d5b9b8624 2,141 1.00/1.00 vMB 10
786,128 786,128 00000000000000000002ee5864a965008094b14347381e38a613c1b19d4880ca 2,815 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.92 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: 714.52 GB
    • Received: 17.56 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.