Loading Tool

Explorer IconExplorer

Memory Pool

79,118 transactions
29.65 vMB
0.07254522 BTC
Random Selection Loading Transactions
Max Size: 177.99/200 MB

Candidate Block

Mining Attempt 1c94eea5706f26dba9bdda308fa10a95f68a1ac5f2bd0fd225c3c7927460ad4e
Version 20000000
Previous Block 00000000000000000000187ee6189e7067e8587b66047a365b53e905d3f953f0
Merkle Root b990e89fa4b781dae9435c4930708e0786c139fd5f74d14337f8833a1d2c4e76
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,868
Size: 1.00 vMB
Total Fees: 0.01227836 BTC
Feerates: 180.34 > 1.23 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,017 (485,858 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
429,159 429,159 00000000000000000048668284f6a365057329d0e3d3649123f7a0b1efd0146d 1,617 0.62/1.00 vMB 63
429,158 429,158 00000000000000000454c05015b3b6de8731aff29304ec08a63438bca1afab1b 950 0.54/1.00 vMB 41
429,157 429,157 00000000000000000450a0e2fd82bb35c6bb32196dd7644784758e23a0f8593f 1 0.00/1.00 vMB 0
429,156 429,156 00000000000000000431c0c407c713676453d1fcc9fb72ff44be0ea11e99e080 2,455 1.00/1.00 vMB 66
429,155 429,155 0000000000000000048176d0a090f424ed0ced0d2dd1634b88e697ed6d7ecf1d 1,682 1.00/1.00 vMB 54
429,154 429,154 0000000000000000001b314704811d9f20fcf3d7af8374c9735b4cd2ff90a888 2,665 1.00/1.00 vMB 72
429,153 429,153 0000000000000000018c817270e8384e9fee524859c15e7796eb3c6fccd23e91 642 0.30/1.00 vMB 65
429,152 429,152 000000000000000001e20dee392090cbf9d48063f817bfd7b9f320744761173f 937 0.40/1.00 vMB 58
429,151 429,151 0000000000000000006d40196921eee8d116d44fc7694b7ce4df7dfbe35761a6 1,129 1.00/1.00 vMB 30
429,150 429,150 000000000000000002f9131227ee64d0d4297d54cd427aa7943aaa2178ab156d 2,380 1.00/1.00 vMB 57
429,149 429,149 0000000000000000011881a7321398cefb936a13bb9afacc2000a48310b1d18a 2,983 1.00/1.00 vMB 73
429,148 429,148 0000000000000000046f042126d08934a1dcb2c616176b2b8ee38d16fe14f71b 1,451 1.00/1.00 vMB 41
429,147 429,147 0000000000000000001d4f0e2020281dbc39b09e96265d181b5469cb85c1daee 1,301 0.98/1.00 vMB 38
429,146 429,146 00000000000000000429a3868a5c02d9f85737408cbeb8399ef74c1ba0c6b524 2,087 1.00/1.00 vMB 62
429,145 429,145 00000000000000000076dabdbf8af7b987a9bd64db51fcc4a5caf3a1834f2132 1,705 1.00/1.00 vMB 38
429,144 429,144 0000000000000000025d58184456bccff1167a980c350453fa70f6e12562b02d 2,853 1.00/1.00 vMB 73
429,143 429,143 00000000000000000105999c499f02714a3961d0b145066ac32385e3f4130db3 1,370 1.00/1.00 vMB 28
429,142 429,142 00000000000000000204fae6e464ffc74058fc2a9ab7e201a59cd265ad058258 2,454 1.00/1.00 vMB 61
429,141 429,141 000000000000000002f6e0d46f812950922221dced3d9f21136cc3e142bc9d9c 564 0.20/1.00 vMB 67
429,140 429,140 000000000000000001be223a24d10514ad8e3b6692b9e11727c37bccf5ae09b3 1,948 1.00/1.00 vMB 39
429,139 429,139 000000000000000000ddcd4681d05f15ea15c82b5a10d34bb4063b6072276a3b 2,234 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.43 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: 665.48 GB
    • Received: 15.15 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.