Loading Tool

Explorer IconExplorer

Memory Pool

50,306 transactions
28.84 vMB
0.07513496 BTC
Random Selection Loading Transactions
Max Size: 154.10/200 MB

Candidate Block

Mining Attempt f9d648fbd4b5f08d5854c057a7c43407c3ae3c002141bb90b440e73eb0156b1e
Version 20000000
Previous Block 0000000000000000000133cc4853fcb6e0594dde0b142b5c7760efc67fe44001
Merkle Root 7d3e0980b243388261dce1be1129ecb6db226509332dc544f241bdd247a5e600
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,813
Size: 1.00 vMB
Total Fees: 0.01168749 BTC
Feerates: 40.20 > 1.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,715 (313,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,041 601,041 0000000000000000001461cc4adca9299f9edd20dab723be85df8c95fb1df9e3 2,694 1.00/1.00 vMB 20
601,040 601,040 00000000000000000010ff3183e8b20cc7559839c46a5eab4074940c173cf870 3,059 1.00/1.00 vMB 25
601,039 601,039 0000000000000000001433c86463491e27ccab737fc11ea9e27943c1f613faf4 1,554 1.00/1.00 vMB 29
601,038 601,038 0000000000000000000adf3e4f65d32fe34d88fca834282bda308631c6da9234 1,402 1.00/1.00 vMB 21
601,037 601,037 0000000000000000000a0970b193df700fb1b1a88f7a2f9a0e505ca39513a012 2,378 1.00/1.00 vMB 23
601,036 601,036 0000000000000000000c5afcb10fb711cfd35d81c37f4388c984108b16375a78 2,724 1.00/1.00 vMB 30
601,035 601,035 00000000000000000003a25c5299c9b146fa80c2bbf9e0419715ceade93f3501 2,575 1.00/1.00 vMB 24
601,034 601,034 00000000000000000000f11faed3ac55fdb9a8f53e8fda0cc019aa4773215404 1,794 1.00/1.00 vMB 26
601,033 601,033 00000000000000000008e34f189eda1e7d6ff04afda58b2207943eba2a145982 2,966 1.00/1.00 vMB 34
601,032 601,032 00000000000000000009cc4f77ff99ca040d96c1eef6700683d51092b8eb796b 2,653 1.00/1.00 vMB 31
601,031 601,031 0000000000000000000dbc821a49d0ce96d47d302a5cad0781b390cd73c0558c 2,771 1.00/1.00 vMB 30
601,030 601,030 0000000000000000000b697a004fd689d7925bd5962d3c34f4373378dd82e02f 2,494 1.00/1.00 vMB 53
601,029 601,029 00000000000000000008abe74fb542eb64201535c10872ef8d1f5751f7789f52 2,877 1.00/1.00 vMB 31
601,028 601,028 0000000000000000000cdf319b1fe1cd533e0b35565d842da85adfd413cb58fd 1,876 1.00/1.00 vMB 25
601,027 601,027 0000000000000000000e4945eb7444a5a8613fbb034b408e82b9664a71194a4c 1,945 0.99/1.00 vMB 24
601,026 601,026 0000000000000000000960975f86fbdaab0e2d06d8ca09024b5a3a6671ca1e84 2,905 1.00/1.00 vMB 25
601,025 601,025 0000000000000000000a3fb8bad8cfbddfb6597b0ab04a27e653925c0b422fc8 2,980 1.00/1.00 vMB 20
601,024 601,024 0000000000000000000f4e14a1f1f9e0aea7a7528b9b8e57d1744d3e8b4a6ddb 3,009 1.00/1.00 vMB 35
601,023 601,023 00000000000000000008fe0481ca25562a0546c3c108e33bd02500fc2938da25 2,577 1.00/1.00 vMB 20
601,022 601,022 0000000000000000000afb4b39037bd1634c4caf1369627676e9d9028e45dec9 2,536 1.00/1.00 vMB 20
601,021 601,021 0000000000000000000d969b7a39a50f91307e27c3459eae4d116f8ef0b96e22 2,013 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 781.89 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: 645.16 GB
    • Received: 12.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.