Loading Tool

Explorer IconExplorer

Memory Pool

73,749 transactions
28.69 vMB
0.07126011 BTC
Random Selection Loading Transactions
Max Size: 169.28/200 MB

Candidate Block

Mining Attempt e47b62a5258f6340e232172249827094e856ba1bb48a1ebbe1e4843ff1dd214c
Version 20000000
Previous Block 000000000000000000007f1cc86584d5091523c563b1e01951438035453336d6
Merkle Root 1a106228162ad51c8cb7b9672552fb45189c5094fb3f7d9bce307efd9882b98b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,256
Size: 1.00 vMB
Total Fees: 0.01338825 BTC
Feerates: 98.05 > 1.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,041 (731,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
183,199 183,199 000000000000098dd5c0f5bbbeb33c1b8db1229bd0d1f061e3fffed77525bc95 98 0.04/1.00 vMB 65
183,198 183,198 000000000000069634d7f62f96b1dcb54290e6c9d22721d5c1b9f6385b6bd637 16 0.01/1.00 vMB 81
183,197 183,197 0000000000000947c31976b318109d4560931fb4a6a9dcbc2c69680d1c4275f1 107 0.07/1.00 vMB 98
183,196 183,196 00000000000004ba6d19e171c75682391b5bc913c973528bcab71e89e9a0de59 2 0.00/1.00 vMB 0
183,195 183,195 000000000000084cd3a06433fb7a9fb412eda94e5cc0d251ee97fa0c1361055e 145 0.04/1.00 vMB 14
183,194 183,194 00000000000008facc86df93df616cad92d4c686c59c1a1fc6f42ead5f30e6e5 244 0.10/1.00 vMB 207
183,193 183,193 000000000000034a0586c0ddb83b5ed73fcacbc4bb71c8cf5296a989d3977722 1,165 0.42/1.00 vMB 150
183,192 183,192 0000000000000a3dac66d52db661efe45c092bd5292c6e8954ec085892965d98 139 0.05/1.00 vMB 61
183,191 183,191 00000000000004ef4da74ff4c774bfaacea2de0e64ecead0d8076eeb0db335c1 10 0.00/1.00 vMB 147
183,190 183,190 000000000000002bcd299d90b3959a5ca92f1f1b547e712de000be2da8d2b784 228 0.08/1.00 vMB 137
183,189 183,189 000000000000059ff6c853e5e642d126bba665225e3915bb92d18c2e52607c62 256 0.09/1.00 vMB 232
183,188 183,188 000000000000012b94008e93aaca8814c79e3b4a5bcad7a16f642b9b5b36c196 30 0.01/1.00 vMB 298
183,187 183,187 000000000000094aeaf409c30805b3b399a7fabb8d1a0c84d58b8c64cd4bc4c8 248 0.13/1.00 vMB 272
183,186 183,186 00000000000007bc7929c6b475d7fcb0dab363550701779f0bcd2490c09c4936 530 0.23/1.00 vMB 152
183,185 183,185 0000000000000870037b8e1b34701914dc1250ba9e97c230f42e78cfee649e95 139 0.05/1.00 vMB 191
183,184 183,184 00000000000003a73d47fcec730c12b8dbc0f8b6acc49dda67b2bef0e89e64d3 132 0.05/1.00 vMB 234
183,183 183,183 00000000000006f9d21e1ac6808e5e0a63a78bc6ad303fb886fcc5281b5a166b 268 0.10/1.00 vMB 286
183,182 183,182 00000000000002adacc58510ba9f6a0b355541f43482090657efefd5c78c8fdb 184 0.05/1.00 vMB 14
183,181 183,181 0000000000000732a2b08faf4cc3fcca67c8d233758897925906c84418cf9417 327 0.13/1.00 vMB 303
183,180 183,180 000000000000080b46f026a13c82c4c30a4f408dcdf5029e486ce17150d3c26f 262 0.17/1.00 vMB 97
183,179 183,179 00000000000002da2ea164e3861ba85ad2466d1624e30f54917e8554e2c5e745 70 0.03/1.00 vMB 100
Previous 10 blocks ↓
Total Size: 782.46 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: 667.95 GB
    • Received: 15.33 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.