Loading Tool

Explorer IconExplorer

Memory Pool

27,233 transactions
31.03 vMB
0.05558659 BTC
Random Selection Loading Transactions
Max Size: 163.39/200 MB

Candidate Block

Mining Attempt 438b5d3205d489979f7b057b592247f8c701fa47489b4d775ee103229490d2d1
Version 20000000
Previous Block 00000000000000000000bc7f2724a31b9c6c460cb71ff3e0dd31ef96809dcdee
Merkle Root bd8f5e87260a5cd7a5938d8e3b45d1cc78a55ab05fe3e6aa95e9f0ba409dd0f1
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,726
Size: 1.00 vMB
Total Fees: 0.02030042 BTC
Feerates: 261.10 > 2.03 > 0.14 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,338 (49 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
939,289 939,289 00000000000000000000e94587a2cd8f76bc0424a7d178b2b04b029a7c6db87c 3,421 1.00/1.00 vMB 2
939,288 939,288 000000000000000000007204ab0a0b009a77db24bd33483219ab6f99dc936d35 3,491 1.00/1.00 vMB 3
939,287 939,287 0000000000000000000032f8f7cc90acdaa272a19b952d678c20a2586bb7ff8b 3,570 1.00/1.00 vMB 7
939,286 939,286 000000000000000000005d1a1d7ebadf91692834982192f6aadfd8ca0aae18d2 1,829 0.67/1.00 vMB 2
939,285 939,285 00000000000000000000db41f4282d6415c089564ce1682a9cf5efb572c84a57 3,298 1.00/1.00 vMB 4
939,284 939,284 0000000000000000000095fb604e72dc748553c922117679dc8895493ba0f87a 2,869 1.00/1.00 vMB 1
939,283 939,283 0000000000000000000031445974772f586029b5c167e68c55f489e7d3aaf718 2,667 1.00/1.00 vMB 1
939,282 939,282 00000000000000000000d9feaa7cfca7f4a7e582175653d88a5abb8da163dfc7 4,249 1.00/1.00 vMB 0
939,281 939,281 0000000000000000000034ce2235445549a571f872fc68b20b311cff0de01572 1,950 0.62/1.00 vMB 1
939,280 939,280 000000000000000000016ffd734d375d789ead10d856e31234dcae0fc263fd77 3,494 1.00/1.00 vMB 3
939,279 939,279 00000000000000000000b8fc5071f5c499b5076d55f7f0667fa87303dd1b61c8 2,970 0.99/1.00 vMB 2
939,278 939,278 00000000000000000000604d137f0b337c764399d25ec5e2c95b40358b8e2abe 2,796 1.00/1.00 vMB 3
939,277 939,277 0000000000000000000020e1eba28805d9b5346692cbb0e244907fb530dd3371 4,350 1.00/1.00 vMB 0
939,276 939,276 0000000000000000000079cf8c5fd4445a36fd6677ab60fa2d4366c5a572c431 2,493 0.74/1.00 vMB 3
939,275 939,275 0000000000000000000181555264c4bed38d1cd57bfb9a8bb674a9d8defdbe2b 2,809 1.00/1.00 vMB 1
939,274 939,274 000000000000000000002044e69c12bb84a5cbaa15fd256b53a6df32ad9ab69a 4,141 1.00/1.00 vMB 1
939,273 939,273 0000000000000000000124c3bd634250c79e64851bd05d810509752b6c7d804b 1,994 0.65/1.00 vMB 3
939,272 939,272 000000000000000000000bd5b392d6b80697b4c726958ea4ddfddc05ab58f9a9 1 0.00/1.00 vMB 0
939,271 939,271 000000000000000000014f560b5ad76a0432c80c6bdff49c38a987ef775c2ec8 4,968 1.00/1.00 vMB 1
939,270 939,270 00000000000000000001c5f627ed81f45b084699d184b63a26c80d5e6370c505 4,043 1.00/1.00 vMB 5
939,269 939,269 00000000000000000001aa32c6632af5ea9ac6d9f506fdcd921228a3f3f08182 2,583 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 825.53 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 4,260.19 GB
    • Received: 234.05 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.