Loading Tool

Explorer IconExplorer

Memory Pool

88,866 transactions
33.71 vMB
0.14379093 BTC
Random Selection Loading Transactions
Max Size: 199.79/200 MB

Candidate Block

Mining Attempt 7061e8bd3428a7da2e81f77b7453549340cf0e6ea6d4631afcb0e4670dc3c8e7
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 4d2abaec3029ebc28188389bd9c8572dfd876735c95be9cbe2860f08ea5e2b79
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,373
Size: 1.00 vMB
Total Fees: 0.05834780 BTC
Feerates: 469.97 > 5.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (133,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
781,249 781,249 000000000000000000040333cba6f75bc772a2bcb49008d83a8b8f5a01d66162 318 1.00/1.00 vMB 15
781,248 781,248 00000000000000000000d73772895d945b467978d68207a019775a4dacfb9789 2,063 1.00/1.00 vMB 25
781,247 781,247 00000000000000000004de315d3c07bb9d8978abd139050c052fc4633358f3f3 1,849 1.00/1.00 vMB 19
781,246 781,246 0000000000000000000021aac39f3ab69c5a58688221d4e5166c7169f25492de 1,310 1.00/1.00 vMB 22
781,245 781,245 00000000000000000003b8d50e9d9766cebb9dc71148c9ac6c0727ef858679eb 2,595 1.00/1.00 vMB 31
781,244 781,244 00000000000000000000c12aa53a1f541ed3a43936cef6d62d7036c1eb2952c7 2,115 1.00/1.00 vMB 20
781,243 781,243 00000000000000000003081b74bd25992f4de108cccb92899f372507113d9880 2,385 1.00/1.00 vMB 26
781,242 781,242 00000000000000000003fcfd7a0cc5801b6a853be2e71d5e7c0b10b22ce7d351 1,884 1.00/1.00 vMB 31
781,241 781,241 0000000000000000000512445aaf21cceb931f7102868e7c98eb6fdebaa26c54 2,930 1.00/1.00 vMB 38
781,240 781,240 00000000000000000003ffae0b6adc9881901a399078cb8ac4dd243ef8b9cfd3 2,595 1.00/1.00 vMB 45
781,239 781,239 000000000000000000055dd53e616d71e305309cf1fec6127346c5c78f728745 3,213 1.00/1.00 vMB 56
781,238 781,238 000000000000000000000bcc217ea54e2e9bcd9389237625e8a4d1b50841cfb1 2,694 1.00/1.00 vMB 43
781,237 781,237 00000000000000000002793398f1212ad7f7d5ff51fac8cff88a7981fe532cec 1,643 1.00/1.00 vMB 52
781,236 781,236 00000000000000000006468c0a585727cd5bacdb25183ef51e096926f454dc65 3,082 1.00/1.00 vMB 24
781,235 781,235 0000000000000000000304af659d033d95cf07e25b197bf4bc02b32b9e6b1ca7 3,353 1.00/1.00 vMB 43
781,234 781,234 0000000000000000000341fd544ec8f480dd96e304aeb51d51d91433b6f57524 3,547 1.00/1.00 vMB 45
781,233 781,233 000000000000000000043ca74bcd35938216e3a6a56775ed725bae9f9dc2ec3e 3,526 1.00/1.00 vMB 37
781,232 781,232 0000000000000000000590fd5ca7ad4b6f57a93045df3b2d9e12e027aec0590b 3,538 1.00/1.00 vMB 53
781,231 781,231 00000000000000000003cff6756cebcd96aa1915207db7d4665634d490a96e42 3,646 1.00/1.00 vMB 44
781,230 781,230 000000000000000000033666f3c1e59137f9e21550d61f5b2788a847fa37aa8c 1,718 1.00/1.00 vMB 54
781,229 781,229 000000000000000000003bf1f6c4f32dbe4cab68e3490b06f51ee33f8f9c2b43 2,566 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 782.30 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: 658.02 GB
    • Received: 14.56 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.