Loading Tool

Explorer IconExplorer

Memory Pool

43,500 transactions
26.40 vMB
0.05918040 BTC
Random Selection Loading Transactions
Max Size: 139.03/200 MB

Candidate Block

Mining Attempt fbb048ca2d84d723aafe19b742884b829b14f1d15f9d9ef3744a55b2c068d23f
Version 20000000
Previous Block 000000000000000000020dec92be5b66055ed2368df5e48e27f67c41dcd290ec
Merkle Root eb8c49fba0517922add872e30cad9e8448d12ae0c496dd261077b2ab4a1ed862
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,106
Size: 1.00 vMB
Total Fees: 0.01088269 BTC
Feerates: 50.68 > 1.09 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,724 (340,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
574,719 574,719 0000000000000000000e4d721e2c63d2804aa78840b31d911017e45a0fd94f23 2,652 1.00/1.00 vMB 21
574,718 574,718 00000000000000000020746507db9dd3452282c9e9ab6c7781c4e68b3e8ac3ac 3,152 1.00/1.00 vMB 71
574,717 574,717 0000000000000000001904a6c109bbb16e94ff5a3d09ae15fbb9bde8c7923e50 2,486 1.00/1.00 vMB 42
574,716 574,716 0000000000000000001b686e817b4fafe53cac1e97a1e342fdf8d34e983f0563 2,331 1.00/1.00 vMB 49
574,715 574,715 0000000000000000001cccd49ad56d5daab690e6eec9231d67132e68a9986abe 2,757 1.00/1.00 vMB 54
574,714 574,714 00000000000000000025b4887f834a4611aae328b1f292bf5a0c283b0f83adf2 2,444 1.00/1.00 vMB 66
574,713 574,713 0000000000000000002329a8653fa0e8f190744ef5c150f39f21476e97cce1cd 2,737 1.00/1.00 vMB 51
574,712 574,712 00000000000000000015152ebe374d1103181b18f7e2395a4e0d9b5366858b4a 3,043 1.00/1.00 vMB 56
574,711 574,711 0000000000000000001e5040c539c092910e04a19e5389c4b0dc210e2f8c6aef 1,328 1.00/1.00 vMB 49
574,710 574,710 000000000000000000291b207abc1e2d1efbd86a470c8e1c4e819b46d6cac0c6 2,838 1.00/1.00 vMB 83
574,709 574,709 0000000000000000001120d87e0e3f8506fb779de62b979889a59325fe795b81 2,996 1.00/1.00 vMB 72
574,708 574,708 000000000000000000196e7f8cda8a4a3c372f974ffbb8fc76af983f7058d56a 1,508 1.00/1.00 vMB 64
574,707 574,707 0000000000000000001bff45f3933e4a2f574c7de1aa76e20be609524c8dc08c 2,373 1.00/1.00 vMB 94
574,706 574,706 0000000000000000000423063df5df688fff20a05d4c6ed87e183a6d9895c32f 3,039 1.00/1.00 vMB 29
574,705 574,705 0000000000000000002424efc896b6619fb3974ed3d29e331a52e7a4a617db3e 2,407 1.00/1.00 vMB 7
574,704 574,704 000000000000000000067d74ccd44f864ed6afc47cafecc750bb09057131d027 2,994 1.00/1.00 vMB 14
574,703 574,703 000000000000000000179f5165129d04a736497b601fe28c10fda20d149435c6 3,072 1.00/1.00 vMB 53
574,702 574,702 0000000000000000001aef7c0180af96a26a229d1853d4916291e25c1d047822 2,261 1.00/1.00 vMB 31
574,701 574,701 000000000000000000036581808d29a08bb6d176f0c9bc5e685cc169c82e28b1 3,051 1.00/1.00 vMB 75
574,700 574,700 0000000000000000000717afe47acb62aee19dcae1cf4bd600c1a400c60e7517 1,449 1.00/1.00 vMB 58
574,699 574,699 0000000000000000000c1570506a1d1e57389121a2605f695edf543d7ac0ad5c 2,961 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 781.91 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: 645.66 GB
    • Received: 12.75 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.