Loading Tool

Explorer IconExplorer

Memory Pool

50,565 transactions
30.29 vMB
0.12442911 BTC
Random Selection Loading Transactions
Max Size: 161.57/200 MB

Candidate Block

Mining Attempt bd7da6addb322e6730c9dbac888e4ff0787b6e55865e3944863aca7e596fc489
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root b5c20e7eaf8b8ba56f66ab6e006b47a07d6e54df2f8dd2168ecb46e8a672b9a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,307
Size: 1.00 vMB
Total Fees: 0.04924918 BTC
Feerates: 179.69 > 4.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (603,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
311,774 311,774 00000000000000000af2c8dd73095d39399c0368eb7768dd5a2f54b1b7c04153 223 0.33/1.00 vMB 16
311,773 311,773 00000000000000003632d8eae664c1654c69f69267147b6d4edcaa3c6374b20c 256 0.11/1.00 vMB 36
311,772 311,772 00000000000000000a083302f6c28cb55e881743dfecba6b9c917e2a6b2e1f14 272 0.14/1.00 vMB 51
311,771 311,771 000000000000000018f03765c7c879ee2e1b1b4973fda5c7816f8eafc96a0ee0 286 0.19/1.00 vMB 25
311,770 311,770 00000000000000002840c4f9ed94336dba72ffc976acb939918a34e120fbac3f 269 0.20/1.00 vMB 24
311,769 311,769 0000000000000000313e9480b269bad6a03bf494e23fc092ca6609ebd1cd6742 250 0.15/1.00 vMB 28
311,768 311,768 000000000000000021407748c01e91aed0c27a3338780b06e5bbf1ab99deb922 31 0.03/1.00 vMB 20
311,767 311,767 000000000000000000dd37b87c894209ab8b304de046dc5b0a4aa35a9a56b55f 79 0.04/1.00 vMB 30
311,766 311,766 000000000000000000df4b37a82a173da0f0cb3e23a43e077220a90b9deffea0 33 0.02/1.00 vMB 9
311,765 311,765 00000000000000002f7283d1f18cc66f58f02be816f53a9ec063eea55068e566 427 0.24/1.00 vMB 39
311,764 311,764 00000000000000001b0323f36246d51d5d76302914f2be52d4261af52fabea58 452 0.31/1.00 vMB 28
311,763 311,763 00000000000000003551d77b7a27ac2cc8b91e9e0ccaea144d662cc3b7510c8e 47 0.02/1.00 vMB 21
311,762 311,762 00000000000000002a40afc7c852d5eab697136cbe0defd1fb7c009b87f8647f 173 0.11/1.00 vMB 24
311,761 311,761 0000000000000000150b1ee171fdfb6f570536e704fec5c242fded579133e1b6 502 0.21/1.00 vMB 31
311,760 311,760 00000000000000000209c99e2f1bfe02302cdf5df5c1a30c80b69a8b747d88a7 49 0.02/1.00 vMB 26
311,759 311,759 00000000000000001bf063f9c18622f6d3763a4c9a3f362fb18e6cb455bb7ba4 522 0.37/1.00 vMB 22
311,758 311,758 00000000000000003e862a4c64b303befb2af00139acc395cf7407e054c4c3f8 525 0.25/1.00 vMB 37
311,757 311,757 00000000000000001ca125b94b1d7abfeb8af7fd4d40117f66d4c1b2dedd6985 192 0.10/1.00 vMB 30
311,756 311,756 0000000000000000287e423c358df28be78995f1d4f98ae2c71d8512b017dbe4 463 0.40/1.00 vMB 22
311,755 311,755 00000000000000003d935f617ae6b7e0c5dbd4a4d865b68b46acd26a4bd9438f 390 0.20/1.00 vMB 31
311,754 311,754 00000000000000003d823eecb3a6672f9803e000fc9b8867cf6410dadba3b21e 437 0.23/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.11 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: 652.03 GB
    • Received: 13.69 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.