Loading Tool

Explorer IconExplorer

Memory Pool

29,986 transactions
31.93 vMB
0.07631483 BTC
Random Selection Loading Transactions
Max Size: 168.84/200 MB

Candidate Block

Mining Attempt fee8352ff3437490e7968c0da8d1163b16ba23491b2881f6a78a275f5443eb79
Version 20000000
Previous Block 00000000000000000000bc7f2724a31b9c6c460cb71ff3e0dd31ef96809dcdee
Merkle Root d7b3db754acb8fe85d565bb06f56f68b301fbe9c571189f69abfe2df2d37a771
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 2,543
Size: 1.00 vMB
Total Fees: 0.03704251 BTC
Feerates: 301.60 > 3.71 > 0.15 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,338 (670,909 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
268,429 268,429 0000000000000003901f2802453af7aa8508c5ad344a10f1422ce5754d0e4fbe 391 0.36/1.00 vMB 48
268,428 268,428 0000000000000005914ee73f5057ff3321821c56c436c0b85eb62b5f0e5f7a26 253 0.25/1.00 vMB 27
268,427 268,427 00000000000000030d553a32e99a4b1a0dfe6e4fae91672b6046cb6855cb2e35 1 0.00/1.00 vMB 0
268,426 268,426 00000000000000078919a7eda1ba4d335da5a3751f1fa9e6542484d4c4ca7dc3 666 0.25/1.00 vMB 63
268,425 268,425 00000000000000054b7a39e0fb4d0c0e9c490fbb94b235ae48553c0e998b8f73 471 0.22/1.00 vMB 123
268,424 268,424 0000000000000000d4897364c6e74e8785fb0caf934cba830e6a6604fd428cae 478 0.25/1.00 vMB 27
268,423 268,423 000000000000000041dfeec4aef6788160633024604b777c3d132a5a660601bd 571 0.25/1.00 vMB 127
268,422 268,422 0000000000000005f6b6d923b84d3f32e07f0e0e2f93da2dbc0fc6ede8b0f750 352 0.17/1.00 vMB 68
268,421 268,421 00000000000000054eeccf3ac454892457bf4919d78efb275efd2ddd1a920c99 178 0.25/1.00 vMB 24
268,420 268,420 00000000000000061e8926159d45edd7ba96ed7c163a295a4d30cb4a188808fc 1,430 0.90/1.00 vMB 82
268,419 268,419 0000000000000005fb8048c7060c79f60a7af47b81ca801e592f6a2cc9595382 158 0.11/1.00 vMB 38
268,418 268,418 0000000000000004adad91bd9026672366ec1d8d2a01de0a6356a3ea9a9c5d19 367 0.25/1.00 vMB 39
268,417 268,417 00000000000000021023bb89fb1f094fe13eefe8bf1a74e37cf5a9bea5d302e0 520 0.25/1.00 vMB 73
268,416 268,416 0000000000000001e3d17a69bfdc1f3a8451ec48652aa7561156f0b22a16fc13 228 0.15/1.00 vMB 72
268,415 268,415 0000000000000001a13d3266d413ce48ac7c5bf03eb62b2872518dd66b087baf 96 0.24/1.00 vMB 10
268,414 268,414 0000000000000006893302f9b63917a6afdaf0f22b26c1a3320b63faa007d1be 417 0.25/1.00 vMB 66
268,413 268,413 0000000000000004165df41fb935c1d20579622b28e84e76579ac66075ba1292 588 0.50/1.00 vMB 37
268,412 268,412 0000000000000005a5fd3843f48b7b024295e0bde75152d4c983c290045f4358 2,219 0.90/1.00 vMB 90
268,411 268,411 00000000000000030dd604b12977a161a3064e3a49228e19356d335736402eca 512 0.23/1.00 vMB 149
268,410 268,410 0000000000000006974fb79a681bd16a081ca0ffa7173fc75f72c994abbe55a9 687 0.25/1.00 vMB 37
268,409 268,409 000000000000000705ef292b7784ced726a25e4ff5dd975bf2f2ecc906a45400 577 0.25/1.00 vMB 179
Previous 10 blocks ↓
Total Size: 825.53 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: 4,260.21 GB
    • Received: 234.06 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.