Loading Tool

Explorer IconExplorer

Memory Pool

83,169 transactions
30.86 vMB
0.09091415 BTC
Random Selection Loading Transactions
Max Size: 186.23/200 MB

Candidate Block

Mining Attempt e1e50acab989c4a19e9d944bcf16b25f3cb39feb6712f6141f7d7f31048cb358
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root 878ca7c00ac245c385426ffc5e90668615494d81a81d0a3be3d8d6713b805cf9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,619
Size: 1.00 vMB
Total Fees: 0.02439238 BTC
Feerates: 366.60 > 2.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (505,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
409,055 409,055 0000000000000000011725505a4febb67bae03e6be89962ae72f36e8ea605e66 1,612 1.00/1.00 vMB 26
409,054 409,054 000000000000000004886128da39a6b1149826a461096c41da683ea01410537b 2,187 1.00/1.00 vMB 42
409,053 409,053 000000000000000001ca22e136c0eff1eff8c54f2496b1c935425a5c3f8ec0db 1,552 0.75/1.00 vMB 37
409,052 409,052 000000000000000003cc3535fe1f3cde22999bcfbe84ca794ee2e62eb4de9d82 1,995 0.99/1.00 vMB 30
409,051 409,051 000000000000000000b3dbe43b97621b09ec72cf7a9c64db1ed7978e68515535 2,727 1.00/1.00 vMB 43
409,050 409,050 000000000000000002944bf9b6d3c0c672effdb2f7e030eac540df06a819dcdd 3,629 1.00/1.00 vMB 81
409,049 409,049 0000000000000000041452e78d46ecfca0ebe3097e49f93611336aa9703817f8 685 0.23/1.00 vMB 23
409,048 409,048 0000000000000000053be35caf128df61b96fc96b641a826da53c422647818a3 627 1.00/1.00 vMB 17
409,047 409,047 00000000000000000193eb89f67636d6d991da0a42cc8b06e207bae048d3e792 698 1.00/1.00 vMB 19
409,046 409,046 0000000000000000021a56e6663c84614e14fdcdd9dafa8dd40e9bbeb68b0f46 1 0.00/1.00 vMB 0
409,045 409,045 0000000000000000056267ef425eab844a99f7b7c28437eac3cb44def351deb9 1,738 1.00/1.00 vMB 32
409,044 409,044 0000000000000000021da0fa006b83da343fad41aa71682f6310b39b7268c46a 1,751 1.00/1.00 vMB 42
409,043 409,043 00000000000000000377644fc8143690d3f340e7e8c184d035777cc7c34d1370 1,583 1.00/1.00 vMB 27
409,042 409,042 0000000000000000017f408f871f7d996ba3f0d41e43880de3fbf2b7282bb949 2,650 1.00/1.00 vMB 59
409,041 409,041 000000000000000002f4a7832369128087f5edf1f754be8ecfc6643bb4b78496 2,076 1.00/1.00 vMB 41
409,040 409,040 000000000000000000f64db26c13fb91c486559d2266506f480d5772260e1568 2,652 1.00/1.00 vMB 52
409,039 409,039 000000000000000001dc6c0759f880ba58dc62ead2cb02c4a0e8721aa68bfcf3 2,726 1.00/1.00 vMB 67
409,038 409,038 000000000000000005a9649f398c9d9e0de14204c12e12f398caaf2c9e655325 2,113 1.00/1.00 vMB 38
409,037 409,037 000000000000000000a9d7c6b1073ca201eba2b5c02cdb4b09fcfde05196c2f0 2,112 1.00/1.00 vMB 39
409,036 409,036 000000000000000004865315b0f199d55f9bc2c3837d769bf36c71be9f1e64ef 2,487 1.00/1.00 vMB 47
409,035 409,035 000000000000000000c011d9e4b81e867c213305b3fe760adef689a404cd77e8 2,351 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.34 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: 661.56 GB
    • Received: 14.82 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.