Loading Tool

Explorer IconExplorer

Memory Pool

26,745 transactions
24.25 vMB
0.04842959 BTC
Random Selection Loading Transactions
Max Size: 119.00/200 MB

Candidate Block

Mining Attempt 0c75cdbc076ad3cfbff17a257e59387131152b5d90a7699aa668267da859b1e0
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root 38ef1d52c0631074a69bfc0fc16b70360e8407d24fc327f601d22d6d428fe9e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,183
Size: 1.00 vMB
Total Fees: 0.00565776 BTC
Feerates: 73.20 > 0.57 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (526,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,578 388,578 0000000000000000080c9dfe8a540c81d02f7d4302ec08e613e3878b949a5649 2,946 1.00/1.00 vMB 59
388,577 388,577 0000000000000000057aa8b59ad27e4b2e6ee5487e7665207dd2e98481650802 748 1.00/1.00 vMB 16
388,576 388,576 0000000000000000090474e7f4e87686c1e987219b54a94d0ab535daa37e8c6b 2,049 1.00/1.00 vMB 30
388,575 388,575 000000000000000001cc7eb4ed0b611f886b0d005d9bb2b231ac087938e6bde7 1,981 0.75/1.00 vMB 48
388,574 388,574 0000000000000000044c63cf426ba5c03a6d2090fdf72a6ba875078cdb3618fe 357 0.24/1.00 vMB 24
388,573 388,573 000000000000000003e8cc8949077a53c1023375976fac9c89c4d5cfa4474719 1,977 0.75/1.00 vMB 41
388,572 388,572 000000000000000003daea2b638494013806d2f077ee5dd0c4dfcaec8189e8ad 809 0.82/1.00 vMB 19
388,571 388,571 00000000000000000614959deb4468f09f5cbaa5eb00ba6411bc0246be6916fd 2,246 0.90/1.00 vMB 40
388,570 388,570 00000000000000000388f5022fc3336d309dc48f62b75e81518e595e09471462 1,248 0.75/1.00 vMB 32
388,569 388,569 000000000000000008f7e56873d76bb4f563bf9da19d724b7deca95033b0a184 694 0.32/1.00 vMB 50
388,568 388,568 00000000000000000d01f88f43190cae52013ce5c0e36ff4c1d199968d5be195 154 0.06/1.00 vMB 35
388,567 388,567 00000000000000000b11e05660d746b63948de0d5f817fe1f2b04638b75dc927 186 0.07/1.00 vMB 33
388,566 388,566 000000000000000000d235914eca9fb24f1f79d083266aecfaba7c01a6aa1cff 637 0.75/1.00 vMB 18
388,565 388,565 0000000000000000021b8849c0f3339127302d4edfedae054deb3aad30b9e065 1,126 0.41/1.00 vMB 40
388,564 388,564 00000000000000000934b745d56e7066881fc31cb21a63ab4ac6f1eb0a61f2c7 1 0.00/1.00 vMB 0
388,563 388,563 00000000000000000b357171bbbd3dd1d9ffbbc952b5440392b4b0d529b9a545 1,627 1.00/1.00 vMB 25
388,562 388,562 000000000000000009ad9935c6ec10ef6216c0fa6a9d9a729259c87e17f3da24 2,708 0.95/1.00 vMB 48
388,561 388,561 0000000000000000035d8c1d3ea183b29a6c30d020d70babbba059c5c8b7ec11 2,026 0.73/1.00 vMB 45
388,560 388,560 00000000000000000746eb99aadb8e753af0c76076c3bf63409a9b53066e3344 462 0.31/1.00 vMB 23
388,559 388,559 00000000000000000813f5a09dffcab83bcc60fbf7374d87f985491cc62237e7 1,523 0.54/1.00 vMB 49
388,558 388,558 000000000000000004f728fdc8c49f9fd7c51d1a32238ea3dbd933f07a83b019 1,576 0.82/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 781.86 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 641.69 GB
    • Received: 12.52 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.