Loading Tool

Explorer IconExplorer

Memory Pool

21,181 transactions
13.18 vMB
0.02963392 BTC
Random Selection Loading Transactions
Max Size: 76.30/200 MB

Candidate Block

Mining Attempt 27b94ac3a2613307961ca45f543b4156ffaa465a0353ceb911ebbc82d037f1b7
Version 20000000
Previous Block 00000000000000000001d336212f9607447854b47eb9158422f461fc770fd8b3
Merkle Root 2a5a633aac83c332b7c47ac3cbc1a2ba309ab37c1e12a079b3157e31dbe9b6d7
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 2,586
Size: 1.00 vMB
Total Fees: 0.01555474 BTC
Feerates: 151.87 > 1.56 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,628 (323,217 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,411 615,411 0000000000000000000349d4bb39bd77aa1fef844e11156564e32d46c6397cff 2,610 1.00/1.00 vMB 19
615,410 615,410 000000000000000000070c8642219484a6dd9c6249ae735828a324d20b9ad8d2 2,873 1.00/1.00 vMB 20
615,409 615,409 000000000000000000046ebe61af5cb38ffc43767ed60bf986560d044a206f92 2,096 1.00/1.00 vMB 18
615,408 615,408 00000000000000000008cb52983b97e3b8d3b6366fe1e4a57fc59fe309669cfc 1,878 1.00/1.00 vMB 11
615,407 615,407 0000000000000000000188c70da82fc83dac3a3c590b8119903057865eda4762 1,820 1.00/1.00 vMB 15
615,406 615,406 00000000000000000003e4751db966f59c12c56884369e4763a6ed4851bd09bc 2,915 1.00/1.00 vMB 21
615,405 615,405 00000000000000000000fa4bd298cea3b2cbe89807066b1be95e47873aeb66b5 602 1.00/1.00 vMB 10
615,404 615,404 00000000000000000000750e0b7110cdd308d8b3dd4e8d0aec97294e885c5722 2,662 1.00/1.00 vMB 15
615,403 615,403 00000000000000000000f6a9ed7a0486e13e87db4bc2e3c9025881798d60cbc7 3,186 1.00/1.00 vMB 25
615,402 615,402 0000000000000000001228415fba7bdc94629710ebcdd406a912d274d6656c52 2,994 1.00/1.00 vMB 23
615,401 615,401 0000000000000000000d39f3cfb0e8ae26240f16f90886795231fc38e9c1a538 2,154 1.00/1.00 vMB 16
615,400 615,400 000000000000000000013bbf6cf990e201a500a5532fbbc3f667e6e38950c346 3,214 1.00/1.00 vMB 14
615,399 615,399 0000000000000000000f063cf16a468cc0f1871f1d5a033f7b50157e2d84f90b 2,629 1.00/1.00 vMB 17
615,398 615,398 00000000000000000011b0356cb4b70262a63de827fbff267843ee2772d2fec0 2,206 1.00/1.00 vMB 17
615,397 615,397 0000000000000000001180fdca9b82b301eec864fdd2027151975e6e9a7c1ad8 2,959 1.00/1.00 vMB 18
615,396 615,396 00000000000000000005d5a8f98cdb26b304a160e61fdd707ea54b19931a6bf7 3,448 1.00/1.00 vMB 22
615,395 615,395 00000000000000000011bf3c0935ba507c1b198af5970c3af49bda956f1c06ac 3,809 1.00/1.00 vMB 20
615,394 615,394 0000000000000000000d064cb8781afa24c17328f5dbcd3feb0f39d2ace4c0c4 3,047 1.00/1.00 vMB 30
615,393 615,393 000000000000000000110e911d19620d62ae495d6eb117a49fb2c191ced08b4c 3,711 1.00/1.00 vMB 23
615,392 615,392 00000000000000000010e4de22149bc525f9b9324edde6fc45f3ec8a9b75f5b0 2,902 1.00/1.00 vMB 29
615,391 615,391 0000000000000000000fcc2170ca9e17fd26747dd40bbf0388324cb872cd7a72 2,821 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 824.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: 4,131.18 GB
    • Received: 227.99 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.