Loading Tool

Explorer IconExplorer

Memory Pool

41,911 transactions
26.54 vMB
0.06037058 BTC
Random Selection Loading Transactions
Max Size: 138.63/200 MB

Candidate Block

Mining Attempt 3acdc35f0ffe79d8e53655ce6a8b1fd02afba2580cee71e3a5ea6a7d66d72f6d
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root 8bf8a614e1107f83018f0db9c4d26475ca689ec6e215c2eaa0161bc7e02a9b2a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,006
Size: 1.00 vMB
Total Fees: 0.01138494 BTC
Feerates: 47.58 > 1.14 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (334,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,427 580,427 00000000000000000006248b6a19e6ff30c0463f57e58a30da5f530942e8cfd8 2,549 1.00/1.00 vMB 33
580,426 580,426 00000000000000000016eb0e0becd612d5049e447ddefa8c126c8a4eab7596cd 2,418 1.00/1.00 vMB 34
580,425 580,425 00000000000000000000841b572c5048d19081a39597f067b5bf703ddecb8446 2,882 1.00/1.00 vMB 104
580,424 580,424 00000000000000000005b0c68c2d44c3dc5d2c8d057656efdd4308eb81b7bfbb 2,465 1.00/1.00 vMB 63
580,423 580,423 0000000000000000000ceff7fb6766b2451947d5e42f91f248559fac8920834a 2,201 1.00/1.00 vMB 12
580,422 580,422 00000000000000000021904c179c6681f34f7a23121ebc9fb8421e3937f7c606 2,483 1.00/1.00 vMB 36
580,421 580,421 0000000000000000001fff491df9541ad2af44307216eb6f516d1fc1ba746392 2,615 1.00/1.00 vMB 24
580,420 580,420 0000000000000000002163512eab2a941736cf5243de242bf011aeaf90fb8a71 1,927 1.00/1.00 vMB 32
580,419 580,419 000000000000000000050ce74455ab1c9b9dae057adb99f7f206902c29321c6d 2,954 1.00/1.00 vMB 84
580,418 580,418 00000000000000000023ae4e671efa35cbc49d2cd7fc9249b2be0bd8b8110e7b 1,520 1.00/1.00 vMB 26
580,417 580,417 00000000000000000006b8b6dba44999a1fd8707ffeceb266df57ca781f23ccd 2,833 1.00/1.00 vMB 64
580,416 580,416 00000000000000000014d8ebf82edbbcb8742b924f45d568335ef6ead7473330 2,623 1.00/1.00 vMB 99
580,415 580,415 00000000000000000007aacf6e786a78511c02e5884a6828ef3c1c3fb165a74e 3,419 1.00/1.00 vMB 69
580,414 580,414 00000000000000000022116da7b29949de7ee12fe70662fe96e39aede3c02858 2,953 1.00/1.00 vMB 52
580,413 580,413 00000000000000000023ed68dee19b6b49a8abba336684235b957403d9617aff 3,300 1.00/1.00 vMB 114
580,412 580,412 00000000000000000024d8768e0437ed35860c47eb6253384cb2b8b489e8baa5 2,727 1.00/1.00 vMB 39
580,411 580,411 0000000000000000000ed528f11f696e89e3ebbb95c789ac10ee9035fc93e3d2 2,799 1.00/1.00 vMB 93
580,410 580,410 000000000000000000099eeb4131c7ff03913d646a6acc179cedd5059f4d845c 2,883 1.00/1.00 vMB 73
580,409 580,409 0000000000000000000b73afa90ba0ffc646ff51bc5f433d67dc8826d15d1d02 2,526 1.00/1.00 vMB 112
580,408 580,408 00000000000000000021e69f1c1ea8ebb99547ec69e2a9d50a2e3317ba63b8ec 2,549 1.00/1.00 vMB 76
580,407 580,407 00000000000000000022c5950d3745da5b252c81d5f6f92a4885bd2c9a554a7a 2,837 1.00/1.00 vMB 130
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.