Loading Tool

Explorer IconExplorer

Memory Pool

34,136 transactions
18.97 vMB
0.05156599 BTC
Random Selection Loading Transactions
Max Size: 103.18/200 MB

Candidate Block

Mining Attempt f24d1340245bd8bd6f93d6aa4fc0d8ab5020b5d1b28af1c5dafcc5e43b6939c2
Version 20000000
Previous Block 00000000000000000000b7e3c4d404ce21a5981bfb0b74a10e8d1383b77d0e63
Merkle Root 80742a77c88f64d5323caf08dbc06389dfd2192656b7be63f90d36059974b046
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,844
Size: 1.00 vMB
Total Fees: 0.01533626 BTC
Feerates: 308.18 > 1.54 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,114 (651,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
262,540 262,540 0000000000000013f7be70c98ec3ab3d537c1e52bf23336f04e5b6222a478127 409 0.15/1.00 vMB 113
262,539 262,539 0000000000000014300b9a71c59aa5e03f7a470b73a3493a6e3c144781053663 474 0.18/1.00 vMB 104
262,538 262,538 000000000000000440a446641293d3f2db5dbdc71898a4c6b4e16083c57fc4a5 453 0.19/1.00 vMB 96
262,537 262,537 000000000000000935568d21d5d58efc12576e46ab0ffee2340bf786ff9e01f2 165 0.15/1.00 vMB 34
262,536 262,536 00000000000000042f0219ce52098958bc1488062f995bf803c998eea83df6a3 184 0.07/1.00 vMB 102
262,535 262,535 000000000000000d6c5deea36bfc3b235c4b34b2f996c19fad5451d7f5f4a94f 15 0.02/1.00 vMB 16
262,534 262,534 000000000000000a383caa703d8bb13e209fac7243357ed5185cf140d445fcd2 137 0.05/1.00 vMB 94
262,533 262,533 000000000000000485d82fc3190fcde4177d7d35b7e22a578b74d8c0c7f8e8a4 198 0.08/1.00 vMB 66
262,532 262,532 00000000000000087ca9534d006b17090602f4e32b1ffe979f1501bd18471a38 126 0.14/1.00 vMB 21
262,531 262,531 000000000000001043556916657ab6cc1d9e1ca3dadfdf306fa259d3fdc3d286 307 0.12/1.00 vMB 79
262,530 262,530 00000000000000038576d0c74e1c02077b8ce5f059e5bd9e2a57e9b53eb6c703 159 0.07/1.00 vMB 62
262,529 262,529 00000000000000010071709a7acd6fe0b6bc224962797172bbed306fab7dc0c7 452 0.18/1.00 vMB 90
262,528 262,528 00000000000000047c6ac121194507d055f8fe0eaf3bc9c9fa48fd3ffe9d91bb 266 0.15/1.00 vMB 55
262,527 262,527 0000000000000010039cc23ad6f12d5e5cfed7ac7c0b52d2d3c45a28d108d1fd 195 0.08/1.00 vMB 73
262,526 262,526 000000000000000891432359c242ea27818b653c183c3a25fc481357c0de6f6e 394 0.13/1.00 vMB 65
262,525 262,525 0000000000000015c5736c6db0613c6c2508c024d380c459764fcbb550d793a2 138 0.14/1.00 vMB 37
262,524 262,524 000000000000000e66f21733e3aa44d57fa9d49fc84ebd2b1f3e553840c3fa17 239 0.15/1.00 vMB 52
262,523 262,523 000000000000000954e3f264b28614b19af3074b6bd02a5708db4c8c6471334f 235 0.14/1.00 vMB 89
262,522 262,522 0000000000000002e785cc6decd02d37e1eec5ca3d63c0027aa1e7fb5501a3ae 115 0.04/1.00 vMB 79
262,521 262,521 000000000000000b2ab962a0c4c04eb41bb73aa1aebab39f094b41f92b080516 91 0.10/1.00 vMB 36
262,520 262,520 0000000000000006dc61289964d2e894184c02562569deabdbdf45b1bdeb2e94 124 0.07/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 780.80 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 559.76 GB
    • Received: 7.28 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.