Loading Tool

Explorer IconExplorer

Memory Pool

43,978 transactions
27.11 vMB
0.06073031 BTC
Random Selection Loading Transactions
Max Size: 143.11/200 MB

Candidate Block

Mining Attempt c1525c7f91c301a30f8cc90b5c4d8f9fd04ed86bb4cc4986aac0aa2f26eb758f
Version 20000000
Previous Block 00000000000000000001994882487e351febb51281fc30d3f9402f5efdddf083
Merkle Root 0a3622697443a04c0d09309fb379b4ccf6213e8f82269feb9a6be5c14f1efb6e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,795
Size: 1.00 vMB
Total Fees: 0.01021503 BTC
Feerates: 349.04 > 1.02 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,915 (351,823 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
563,092 563,092 0000000000000000001cce6ccd517c656a145b02f01fd6b2ed6b4f45d50506c8 3,159 1.00/1.00 vMB 11
563,091 563,091 00000000000000000018b582f141dc1d6febb7238a22a6ae7283b26065f8b641 1,073 0.49/1.00 vMB 10
563,090 563,090 0000000000000000000efac275005721741d7f389701ba3af2ed55234094b695 2,725 1.00/1.00 vMB 3
563,089 563,089 0000000000000000000d1fef3d8ac1e31a1f56bb1232e6edbe84ed7611ad41b0 2,486 1.00/1.00 vMB 20
563,088 563,088 00000000000000000007747207ffd698cd8d0f21602a98848425fe70fc10aebf 2,926 1.00/1.00 vMB 14
563,087 563,087 0000000000000000000ddfc35733dd8992d02420233930c927c7e6d2c896af70 2,311 1.00/1.00 vMB 14
563,086 563,086 0000000000000000002c7b7a6621fa24beca819764614953a7ca70566936d043 3,313 1.00/1.00 vMB 3
563,085 563,085 000000000000000000258565565ccad98c544f1bc7afa4ac5d1a74a0f449576a 2,759 1.00/1.00 vMB 20
563,084 563,084 000000000000000000062f21e39414e1f153705e6813c24dbea10530da5035d7 3,003 1.00/1.00 vMB 29
563,083 563,083 0000000000000000002262dca2d50e692dbbb233f40b2eba11794ce548ecb166 1,981 1.00/1.00 vMB 13
563,082 563,082 000000000000000000207204bdf9ebd37e8e836138fd03f29d9def170b96633d 3,307 1.00/1.00 vMB 4
563,081 563,081 00000000000000000017aaacfde94318c7e5f21fd88aad02723f722ec975ba77 3,118 1.00/1.00 vMB 31
563,080 563,080 000000000000000000273d4789dbf26c264536ca0a86806b3fb2cac23f3b76ae 2,746 0.98/1.00 vMB 18
563,079 563,079 0000000000000000000e7f0b47c55f85cd74c4cc107010805a9194c016c4b0e7 1,732 0.87/1.00 vMB 2
563,078 563,078 0000000000000000002d8726736d2c99e5a718ba3497defc9f06179b4c8e65b4 3,224 1.00/1.00 vMB 11
563,077 563,077 00000000000000000012eac2b71b8aec5bce0972f09d31059c4949fae99975a5 2,018 1.00/1.00 vMB 11
563,076 563,076 00000000000000000009b2ad44b4dfa5f88fb203a1d9a90657616476b850c289 3,542 1.00/1.00 vMB 33
563,075 563,075 00000000000000000026134d270ad01287e84d09af9428dc0eeabf8c8d0f1e2d 2,932 1.00/1.00 vMB 10
563,074 563,074 00000000000000000028a36fda0990da9763b504d4fe1834045ef393f287943f 3,179 1.00/1.00 vMB 16
563,073 563,073 0000000000000000000d6af6e019d2183b3e57adcc5190d309e70acf6d55ddb5 1,932 1.00/1.00 vMB 2
563,072 563,072 0000000000000000000514e6bf68df21f149a804bdd32c4fcc659b227a383a10 2,759 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.24 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: 655.07 GB
    • Received: 14.25 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.