Loading Tool

Explorer IconExplorer

Memory Pool

72,221 transactions
27.94 vMB
0.06470702 BTC
Random Selection Loading Transactions
Max Size: 165.45/200 MB

Candidate Block

Mining Attempt 8ff877bf078d84d794e8d66a0e1d8f9f14ca4c7a580dcb4fd4250d2e987f88a1
Version 20000000
Previous Block 00000000000000000000bd4ee2b85ebdeedc5960d897199cff187ab220c742f0
Merkle Root fedf2439e4731c23d309cfe839ca16eca0aa24014db3a8f6e5ae99a9b70d5736
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,120
Size: 1.00 vMB
Total Fees: 0.00891290 BTC
Feerates: 73.20 > 0.89 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,036 (274,874 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
640,162 640,162 000000000000000000071ec7a27385ba51ea1bb3444f1be296500f9931a5f43e 2,726 1.00/1.00 vMB 96
640,161 640,161 00000000000000000007de20645d5a9c1080c1568fc92403f8ed3a05c2d779ba 3,029 1.00/1.00 vMB 114
640,160 640,160 000000000000000000067e1284d14106485f1fd5d603c2da4c52ada5f615c141 3,126 1.00/1.00 vMB 115
640,159 640,159 00000000000000000005b15d87b15baffc53e6e448681ca9b05655eba761c47e 2,088 1.00/1.00 vMB 93
640,158 640,158 0000000000000000000356e53d236ac9b255ab091722f141f21a4a1103553f30 2,688 1.00/1.00 vMB 99
640,157 640,157 0000000000000000000a45ab601038b2602968fda9b4591d44aa3c8cfa0aa75e 2,304 1.00/1.00 vMB 106
640,156 640,156 00000000000000000001cf6e1fe3da4724113cec1fbdf1853729b060977e48e0 2,651 1.00/1.00 vMB 79
640,155 640,155 00000000000000000004489e8deac523ba8b974b52289fbf420297b9afc51410 2,211 1.00/1.00 vMB 70
640,154 640,154 00000000000000000005abfeca9f144032e0da0653e10a2b72aeb0818ff275af 1,171 1.00/1.00 vMB 77
640,153 640,153 0000000000000000000dcf2ef82ca6306ea79dd428b1e3ac0061788ef9f754e6 3,065 1.00/1.00 vMB 76
640,152 640,152 00000000000000000001e9e2cdf539e76d67528d9e16b8de97b4ddafdf12bafa 2,675 1.00/1.00 vMB 84
640,151 640,151 0000000000000000000e33453adaeac8f9ee61418139f64520a893b013301b31 2,407 1.00/1.00 vMB 92
640,150 640,150 00000000000000000004517441c1ee2e2c3dcc93cb77d66cf8fc3a404d63f769 3,043 1.00/1.00 vMB 104
640,149 640,149 0000000000000000000eccbaa30f6d180036a734c333657e049fb13b1dd81dd3 2,304 1.00/1.00 vMB 85
640,148 640,148 0000000000000000000059e2cefe6eb690f3fb546e8568898815531a18205487 3,144 1.00/1.00 vMB 104
640,147 640,147 0000000000000000000b1e68f406d93959ca800705fb9a7c62b31a2498c9ddd0 2,740 1.00/1.00 vMB 47
640,146 640,146 00000000000000000005bc24ea89a0c60fa622f0c8fec6b274be5455224b997f 2,476 1.00/1.00 vMB 74
640,145 640,145 000000000000000000066224ecd1e9676ada534f837f8948545b2e27dee1ce9c 2,564 1.00/1.00 vMB 88
640,144 640,144 00000000000000000000d5f876b9a8602dfceb7f106c2078d5aae4c48f1fc674 2,626 1.00/1.00 vMB 46
640,143 640,143 00000000000000000009b1fb0bc644ec60866e9ee7eb27515b480cf254431cf2 2,520 1.00/1.00 vMB 44
640,142 640,142 0000000000000000000cd92dec5d9b410d9e754dc723c072364ea0ba5c4becec 2,712 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.45 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.51 GB
    • Received: 15.26 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.