Loading Tool

Explorer IconExplorer

Memory Pool

48,219 transactions
29.35 vMB
0.16913656 BTC
Random Selection Loading Transactions
Max Size: 153.86/200 MB

Candidate Block

Mining Attempt 19ce1eadc0cf1f2f7d3450ef8e01c167c57ced5f67baa9e7a3a15de039239c45
Version 20000000
Previous Block 000000000000000000010632e62ac54a943f30bde5587337bc0da0324a5b3c27
Merkle Root 6e6568293a3ce9a2a4380998f9dfef53757c7e7dd62260d5ca771863992ea06c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,070
Size: 1.00 vMB
Total Fees: 0.04685073 BTC
Feerates: 79.15 > 4.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,707 (266,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,416 648,416 00000000000000000009244676f7425b53c2270fe5656d906816a53704c08239 2,124 1.00/1.00 vMB 79
648,415 648,415 0000000000000000000702180dc15464cd7d7872f3dbfe3e60ce657ed4b82565 1,591 1.00/1.00 vMB 97
648,414 648,414 00000000000000000004a58279b3fd23cd867ad97a1a04016395f63a1ddd79d7 2,553 1.00/1.00 vMB 53
648,413 648,413 00000000000000000008b1ad3389ec1e48c374de6b9d7d02707c137e8230d405 2,795 1.00/1.00 vMB 95
648,412 648,412 0000000000000000000221ab115bda5801b824cda077a17c1a78e08d6b7435d9 2,849 1.00/1.00 vMB 71
648,411 648,411 000000000000000000065f131ba02a4c872f0a58e15d8f34fd43171af2f697a4 2,630 1.00/1.00 vMB 73
648,410 648,410 00000000000000000007b95bf8aa18fec3ffc56379322c8d8a8cf474dd2bafb9 1,802 1.00/1.00 vMB 64
648,409 648,409 000000000000000000058006e963141384cc026e15104f680269030d40834c8c 2,719 1.00/1.00 vMB 90
648,408 648,408 000000000000000000057411a4d86105a08be4a9cb2a75a860c1199458d83473 2,441 1.00/1.00 vMB 34
648,407 648,407 000000000000000000064f102b173f28fba5a9f2f83449af930a2cbd8fe7ff2a 2,470 1.00/1.00 vMB 36
648,406 648,406 00000000000000000007ffd122cc8dfb9b9c927cd05888fbe29dfcc6d313cd28 2,447 1.00/1.00 vMB 83
648,405 648,405 0000000000000000000ff4dde1048db0d709a76c9718e36703654b8c7251f3f0 377 1.00/1.00 vMB 12
648,404 648,404 0000000000000000000c6bd50a802546fc004c7ce264f1a0f41139145740fb97 1,376 1.00/1.00 vMB 29
648,403 648,403 000000000000000000064a661fa944becf36444edda3b936d2f6f510fa731656 2,529 1.00/1.00 vMB 26
648,402 648,402 000000000000000000048996fe5ca412f21385d3088d05f87339d5a615d98f35 2,714 1.00/1.00 vMB 21
648,401 648,401 0000000000000000000c9065749e5011b9c5ca709265c9a965aad40c67374a59 2,758 1.00/1.00 vMB 52
648,400 648,400 0000000000000000000665a961b2f59a498a7b47399e8a0b6779c1b16d66c116 2,933 1.00/1.00 vMB 68
648,399 648,399 000000000000000000096888085829a5027e71a4e16a2fdb5bca9c98fd7c74f1 2,809 1.00/1.00 vMB 18
648,398 648,398 000000000000000000075889db159500dbb193e9b81fe2293dbe254216ea7f2b 2,917 1.00/1.00 vMB 79
648,397 648,397 00000000000000000006d92d64cc467263c523a6a6ad8f79414a3c907752961d 1,719 1.00/1.00 vMB 80
648,396 648,396 0000000000000000000d7d851d55166fbfef5a7cfae234cc97a1e680abcda9bb 2,847 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.87 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: 644.71 GB
    • Received: 12.62 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.