Loading Tool

Explorer IconExplorer

Memory Pool

79,845 transactions
34.84 vMB
0.19110798 BTC
Random Selection Loading Transactions
Max Size: 194.09/200 MB

Candidate Block

Mining Attempt 8ee8aba23974d53cab9cd926bf3a3e7959a868fd56d9c6cd96f0c0b373d5cc7b
Version 20000000
Previous Block 0000000000000000000126d576615cf900a89a9f62b23487f0429d0de73cc9a5
Merkle Root e83c5b382e85eec9e7265fd0fa620fcc50fab06af00a81491ab8e411c72ffb15
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,510
Size: 1.00 vMB
Total Fees: 0.05891420 BTC
Feerates: 477.45 > 5.90 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,417 (132,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
782,881 782,881 000000000000000000007d2b313f0fd0e5459b9b3be41fe2d113d6386ae4361d 2,091 1.00/1.00 vMB 10
782,880 782,880 00000000000000000003d5c46416cc8315da68e804bcb9b47abafd7bb4915a3c 2,087 1.00/1.00 vMB 13
782,879 782,879 00000000000000000005224c1e28fea7d6bf788e2fe9f798233114f499485519 2,408 1.00/1.00 vMB 21
782,878 782,878 00000000000000000002da68ac00ae11c09962076bcfb162f3535ad88db80f82 3,201 1.00/1.00 vMB 19
782,877 782,877 000000000000000000053f43c057b9e57141f36dc948f9b621c73d971fabd291 2,039 1.00/1.00 vMB 6
782,876 782,876 0000000000000000000572dd5b076340a1f03a3f7a09335fca161aed4a47e0b7 2,124 1.00/1.00 vMB 20
782,875 782,875 00000000000000000004ea1fc7dd51342c92975d584094f4ed0d5d7979244a5d 2,429 1.00/1.00 vMB 24
782,874 782,874 0000000000000000000001a2e28052fcfe51e6eba224128b58fe16b27f35a40b 1,978 1.00/1.00 vMB 8
782,873 782,873 000000000000000000027b34bbdb109dd19f7a3baa9aa3560f5ed9d013e66693 2,731 1.00/1.00 vMB 17
782,872 782,872 000000000000000000048956ae872d008564649c5aa8a8c4e85c7b19718a6b72 2,271 1.00/1.00 vMB 5
782,871 782,871 00000000000000000000f4623141025566acb620053abb4b7ce002c81e0e8afa 1,897 1.00/1.00 vMB 13
782,870 782,870 00000000000000000004e82710a83069a75ce2715f97f2946fcb2c6f86937db5 1,970 1.00/1.00 vMB 13
782,869 782,869 0000000000000000000135c3131e6f01fb7ba87e2203dbc818ad1d905613bac1 2,242 1.00/1.00 vMB 14
782,868 782,868 00000000000000000000fa3c7887ea5c6807b3c06157cd25afd8f947278557e4 2,537 1.00/1.00 vMB 18
782,867 782,867 000000000000000000024c78e21368732143ddd16b35feb464581b09c97b6f82 1,222 0.99/1.00 vMB 10
782,866 782,866 000000000000000000029d568f1330090134ff30be63b8f92b1f1c5434001704 2,765 1.00/1.00 vMB 12
782,865 782,865 000000000000000000026914e648c4c25f08d98a2acf0dd52b38710e6bbd585d 2,627 1.00/1.00 vMB 18
782,864 782,864 00000000000000000001c38e177cd2a21796ceec0e8fdcaa967b81d7ab8a3b6c 2,829 1.00/1.00 vMB 24
782,863 782,863 00000000000000000005a1676d6df817cf4504a8a75dfd6d9cfc100a4420be37 1,759 1.00/1.00 vMB 23
782,862 782,862 00000000000000000001c4007aae5be1545f3e02f86591ffa0211581e1836947 1,970 1.00/1.00 vMB 14
782,861 782,861 00000000000000000005ed0471304a81063637fb1a1e271904b90e277b8de4d8 1,102 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 783.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: 735.78 GB
    • Received: 18.58 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.