Loading Tool

Explorer IconExplorer

Memory Pool

80,524 transactions
29.97 vMB
0.12143996 BTC
Random Selection Loading Transactions
Max Size: 180.32/200 MB

Candidate Block

Mining Attempt 12b89bf3ef05047602e8339b7b5d9daf10b13477b64247dc8e0f917c2323ebce
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 14f3e14640ee4ee742db757a3b6ada836565d6365c780ed3e3bb73fe10b1a3c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,602
Size: 1.00 vMB
Total Fees: 0.05023447 BTC
Feerates: 242.90 > 5.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (433,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,052 482,052 00000000000000000064adf7da4cdbf7c4f4a70b3cc4973e066b299c460cef24 2,287 1.00/1.00 vMB 374
482,051 482,051 000000000000000000deed9e9822da00eefb338f64b594c4576e23bf0dd8ba0a 1,568 1.00/1.00 vMB 308
482,050 482,050 000000000000000000e282fa21402bbef5775469ffa892f30e95c834048b839f 2,399 1.00/1.00 vMB 447
482,049 482,049 0000000000000000000f76634bfd6669314aa89a4b20c194f758d9ccd78139c8 2,184 1.00/1.00 vMB 408
482,048 482,048 0000000000000000001b029f78e89e986cb54dc57cd00182387e324732c5c594 2,256 1.00/1.00 vMB 369
482,047 482,047 00000000000000000081d7cb2fd6bffbef0ea83807e7aba61ebc5c4eb7902fd7 2,083 1.00/1.00 vMB 516
482,046 482,046 0000000000000000001e3cb291d1e1e8fb6df49324d09040634dedcf9016f9d0 2,650 1.00/1.00 vMB 344
482,045 482,045 000000000000000000d907f80fadf5b637441d72a639a62282e23030e694324d 2,200 1.00/1.00 vMB 384
482,044 482,044 00000000000000000082a611c10e9f5cad357f88cd6f1c5bb3439707fb0428e7 1,989 1.00/1.00 vMB 451
482,043 482,043 00000000000000000106e1ef0e803d8963caa141bd222a3c19f7d88f2a67127e 2,031 1.00/1.00 vMB 457
482,042 482,042 0000000000000000002f73ab5c202b47d25689c61b8d158964740fdcb78a91ff 2,042 0.99/1.00 vMB 487
482,041 482,041 000000000000000000ec26c9cd9fdec0e104edcc3f5721a705c13967af7fa563 2,666 1.00/1.00 vMB 369
482,040 482,040 00000000000000000094f81c402718a298f9fa0af692d047b2051309c3b6f859 2,222 0.99/1.00 vMB 358
482,039 482,039 000000000000000000c1d280cfb7d1cb2e4ac500c423a6aa68d186f3b7bfc875 2,429 1.00/1.00 vMB 400
482,038 482,038 000000000000000000be9015a063a2903c702bbeb5c95d4eb9e2071c0fce42dc 1,385 1.00/1.00 vMB 478
482,037 482,037 00000000000000000103da4acaebd7cd3892e0fd12200714313eb73057d64631 608 1.00/1.00 vMB 475
482,036 482,036 000000000000000000a339b40cef795001f58088f8c71993ffc4186779d87ca7 1,769 1.00/1.00 vMB 398
482,035 482,035 000000000000000000ce574d0eb86baaedcce59a1ddde28585efe61584cd0543 2,319 1.00/1.00 vMB 430
482,034 482,034 00000000000000000006d921ce47d509544dec06838a2ff9303c50d12f4a0199 2,355 1.00/1.00 vMB 468
482,033 482,033 000000000000000000d6ec98566bf3a9b41d9ebfc796ff389bb4957e19397c1b 2,484 1.00/1.00 vMB 371
482,032 482,032 0000000000000000012b45714f2d53423c4d9596597ccc904ddef539a706f798 1,867 1.00/1.00 vMB 498
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.