Loading Tool

Explorer IconExplorer

Memory Pool

79,140 transactions
29.36 vMB
0.12451828 BTC
Random Selection Loading Transactions
Max Size: 176.78/200 MB

Candidate Block

Mining Attempt deb60d69703d5cd01acc899c76ba2f11c6e7365ee6c2e22c9ef4283117ae12fa
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 9347ac78068232c4c75bdbdcfce4af9439eb6c43c3acd15c8c7fafc5fcf55006
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,336
Size: 1.00 vMB
Total Fees: 0.04510900 BTC
Feerates: 150.80 > 4.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (268,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,367 646,367 000000000000000000016a731850f6728505650941dd93e507dd3986a8dc0cb2 1,263 1.00/1.00 vMB 8
646,366 646,366 00000000000000000002583312bc3a678aecf7b724298b0ab99df9c847980450 939 1.00/1.00 vMB 83
646,365 646,365 00000000000000000005872b5fcda3eb0e72b98a3a54cbda10ff95414925eb7b 184 1.00/1.00 vMB 9
646,364 646,364 0000000000000000000968b45450434d8ab0e48febcf5cbe84c31b13c9ae392b 2,179 1.00/1.00 vMB 24
646,363 646,363 00000000000000000007a670ad020ebce88b8114e346b1c8768d5204330c441e 2,216 1.00/1.00 vMB 36
646,362 646,362 0000000000000000000121f9a47a1b4e0bd31928f0756864a134fe9934e22bdf 1,428 1.00/1.00 vMB 95
646,361 646,361 00000000000000000006eab42077e2c33b1780e8075c3e5cdcd72c43fc9e2d00 1,580 1.00/1.00 vMB 104
646,360 646,360 0000000000000000000694e7639df8edc1ab929fc786d382553f5d84c4556485 2,443 1.00/1.00 vMB 112
646,359 646,359 0000000000000000000559165618ec8af7b5b173d2c54faaa1ef0642ffe47283 1,249 1.00/1.00 vMB 74
646,358 646,358 0000000000000000000beb9e13a141971e72d1eaf9c67e7b86b5b7a5b959de38 2,123 1.00/1.00 vMB 43
646,357 646,357 000000000000000000067a7e42db89a42f45c90fb0f144f272fed5873918f2a8 1,983 1.00/1.00 vMB 11
646,356 646,356 000000000000000000096a58286fe1d9326941e03a740b0487a84d2be4fc6d43 1,664 1.00/1.00 vMB 52
646,355 646,355 0000000000000000000d6c72f6924e4dc589fd9591e57088e8a3bf6b3e9a55b5 2,165 1.00/1.00 vMB 80
646,354 646,354 0000000000000000000991f82298be28f91db5c801b33eed02cf4ca58b8bac29 2,733 1.00/1.00 vMB 23
646,353 646,353 00000000000000000009b1288fdfa1d6afe25fda4701830bcc07f14076a0c510 2,498 1.00/1.00 vMB 23
646,352 646,352 0000000000000000000a4ce62ef247b8ab6871a727ec59039bbdd121f19f1e8c 2,270 1.00/1.00 vMB 79
646,351 646,351 00000000000000000002a2843277c7de9a99ff5f58701a3a4430a81022c365c8 2,427 1.00/1.00 vMB 30
646,350 646,350 000000000000000000057f42bacf73d7d66cf40ba471e5d5a15b26637208e4e2 2,843 1.00/1.00 vMB 50
646,349 646,349 0000000000000000000e80832b6de9cf176acf8991393a4ae16fc1d74cc7ee3a 2,097 1.00/1.00 vMB 104
646,348 646,348 0000000000000000000b255378ea5dc9b18d2cc5fc7f24c3d15e30ee5d1c2e3d 2,915 1.00/1.00 vMB 121
646,347 646,347 000000000000000000084dbbbcd3660b9d413a6c7cf808ceb6929ef18652c991 2,138 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.85 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: 712.79 GB
    • Received: 17.21 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.