Loading Tool

Explorer IconExplorer

Memory Pool

28,969 transactions
9.52 vMB
0.10109076 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.02/200 MB

Candidate Block

Mining Attempt 831791a47b71f5cfb455f8e7c304f6f060c000bb0b7bef825be414b2a446b50e
Version 20000000
Previous Block 0000000000000000000100c607e5fb02a3a79e6481631dfb85d36b8d3ee157d9
Merkle Root bf9c4f12ebe9fda1d6d8978b5d38acb10b436fd68525df9275bdea9184cfe3ef
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,999
Size: 1.00 vMB
Total Fees: 0.02899368 BTC
Median Feerate: 2.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,219 (772,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
140,510 140,510 00000000000002833b90de9731b294ce67be3564711df04e0d3235935cce5edb 59 0.03 vMB 244
140,509 140,509 000000000000087163c86fe39ea867fc6737c772c7ff7adb7f904cff3291969d 64 0.02 vMB 86
140,508 140,508 00000000000007e637ba347966daf1d4a3b6af4af7a7694a8f56addf3b13cfdd 64 0.03 vMB 356
140,507 140,507 00000000000001d7ccfaff1881adf6a60c8424732abc00c260e21c7c4226eca9 5 0.00 vMB 0
140,506 140,506 0000000000000183d5816a434b89579e726a6ee7a295dc90947520e1becb6d5a 53 0.02 vMB 51
140,505 140,505 00000000000000d4cd98e1266907fa336f5e4cf4de96359176a21e2368376861 92 0.03 vMB 149
140,504 140,504 00000000000005374a24d783123be073061be6f117ab5aeb032870b1362bd9f7 93 0.03 vMB 122
140,503 140,503 000000000000053530548703b254666c8da1292da6ddf8b1f4b1c65b101014be 131 0.05 vMB 162
140,502 140,502 000000000000063be9c4c0b1565e9349067996347aeea680cb88901f7013de20 60 0.03 vMB 176
140,501 140,501 00000000000005a2c2a26316474e47ac2f17d5f052a41d1ffa580c79287804dd 87 0.05 vMB 327
140,500 140,500 00000000000002802ff884f55c426b552250dca82db26c757a6bf4f6a560cd92 1 0.00 vMB 0
140,499 140,499 000000000000016de21efd4787e5fa66e494883f5b323e3bc1d1b79b3eca961a 82 0.02 vMB 38
140,498 140,498 000000000000078336a392f8d079887cc67bb3b287b5516102b53f20b2333664 12 0.00 vMB 1,428
140,497 140,497 00000000000008a95bb4a2cabb626680ca0fa73506a5b9f9c8507e0f6f3aae40 23 0.01 vMB 355
140,496 140,496 0000000000000564f91b41d1d82f08c755a0091e7bc2811e56778d1e75f91b2f 28 0.01 vMB 65
140,495 140,495 00000000000003ed3edc719ee57ec9493f669bd7cbf055fc85335d8ddf116fdb 9 0.00 vMB 255
140,494 140,494 0000000000000553e1e4e26847663d3cdbba61603637da4502bb964e69c50dd9 55 0.02 vMB 222
140,493 140,493 0000000000000684e1d3f30ac8cad2c9b5be096bf7c7c77cdd57f8930673cb78 125 0.04 vMB 52
140,492 140,492 00000000000007c35a7496e420460b142f47b7b42b7cf218481b3531a5f1645b 114 0.05 vMB 142
140,491 140,491 000000000000040f02ac9c28ecf1c97b464838d2754be3916bcbf98361e740ea 46 0.01 vMB 235
140,490 140,490 0000000000000214bde8b7e603476c31406f2114750ed33cc5aad4c78e29b4b4 27 0.01 vMB 142
Previous 10 blocks ↓
Total Size: 779.24 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 71
    • Outgoing: 10
  • Data Transfer:
    • Sent: 23.33 GB
    • Received: 0.46 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.