Loading Tool

Explorer IconExplorer

Memory Pool

76,838 transactions
28.70 vMB
0.11417166 BTC
Random Selection Loading Transactions
Max Size: 173.69/200 MB

Candidate Block

Mining Attempt ed3fdcf73520a33557679b185e503d7078e3f12fa10a9b0794035d250a34e280
Version 20000000
Previous Block 000000000000000000009f1c3d628decaf53046a7e17575a65fbaae2fc1ca795
Merkle Root 1b2479661e5f24342ba1aaceb0b9370f0d1144bc9ac4e0a88fae3e3e765864b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,998
Size: 1.00 vMB
Total Fees: 0.05457444 BTC
Feerates: 101.65 > 5.47 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,116 (347,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
567,220 567,220 0000000000000000000a607c402ab771c0280e9b78c482f869e2b31765176b4b 2,857 1.00/1.00 vMB 49
567,219 567,219 00000000000000000025eae0bf2611777f2a776e9341c93105e03fd6ab7a2188 3,115 1.00/1.00 vMB 23
567,218 567,218 00000000000000000009944f3f42626c9e731ad2cf0306a37be4d9da9dec5471 2,993 1.00/1.00 vMB 53
567,217 567,217 0000000000000000002c4ee1f5b48b31febca8b9dcc1d488d3cee5907d4d5259 2,371 1.00/1.00 vMB 9
567,216 567,216 0000000000000000001f618e17548819784c7761308dff05f4748f46d273db32 3,346 1.00/1.00 vMB 36
567,215 567,215 00000000000000000008914e5de9bc2d0bf8423105f95dac7b542133f24eda20 1,164 0.40/1.00 vMB 22
567,214 567,214 00000000000000000029325f21c1aa5a7a7b554978c7bf770382c6c7cadc17d3 1,263 0.40/1.00 vMB 23
567,213 567,213 0000000000000000000f66170479b8a40802655325e4e1cf6e80d7aec4dc1c14 681 0.26/1.00 vMB 21
567,212 567,212 0000000000000000001eb1042a8d769fdf64ba46421217c5c23925ea64a50051 1,319 0.51/1.00 vMB 22
567,211 567,211 00000000000000000007091defdef5294ccc05b47308b70c669d258f5cd54d7b 739 0.95/1.00 vMB 14
567,210 567,210 0000000000000000000d81b372dffc48d1dcdad9e38646325c8bb804b03deb37 1,433 0.52/1.00 vMB 20
567,209 567,209 0000000000000000000439bee25ce1c5c111ba21fa1af28503359220ac3781ef 2,790 1.00/1.00 vMB 23
567,208 567,208 0000000000000000002b1b309a2e62372b664be89f3f5eef01df73b0f5419ea5 2,079 1.00/1.00 vMB 18
567,207 567,207 0000000000000000001810a54684db14363015f0a244bad59cb064afed2b4b5e 2,950 1.00/1.00 vMB 22
567,206 567,206 000000000000000000277f498fa7a9a8677c23f68312df7c9f28637bc644b957 2,447 1.00/1.00 vMB 23
567,205 567,205 0000000000000000000fbebc94fbf03c8e783ea44171b51ba3d4dc3bd92bdd32 1,954 1.00/1.00 vMB 33
567,204 567,204 0000000000000000002b52a208375a277e7bc1de34811e98b6b93942c03e0090 2,893 1.00/1.00 vMB 21
567,203 567,203 00000000000000000013344820ec9dc44597a72d240b5ad5933ed8af5b90039d 2,872 1.00/1.00 vMB 36
567,202 567,202 00000000000000000022d4cfd7704cdd551d2ea3888c43608943cd9b9182ed39 2,329 1.00/1.00 vMB 53
567,201 567,201 0000000000000000000a8689d690ea4f51a29eb8b642c7ba9a0df6af23298432 1,096 0.90/1.00 vMB 4
567,200 567,200 00000000000000000019e9ccfaba44772e94626573797e29a988b7968a27cbb7 1,966 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.59 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: 671.52 GB
    • Received: 15.95 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.