Loading Tool

Explorer IconExplorer

Memory Pool

49,009 transactions
27.61 vMB
0.08015825 BTC
Random Selection Loading Transactions
Max Size: 147.27/200 MB

Candidate Block

Mining Attempt e43cad77b1febd2038dd03eae673a9296212c6e2a27de599581ccaa19120c479
Version 20000000
Previous Block 000000000000000000016efaef9f7da737aa2349d0b4dafc4a282bf2e687179c
Merkle Root 22417cb4947fdffca1843abfce1021e8d5e7b4868c98e52d02dcad3f1f5a41bb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,680
Size: 1.00 vMB
Total Fees: 0.02820527 BTC
Feerates: 150.92 > 2.83 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,784 (419,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,203 495,203 0000000000000000005367056f1a2c60bd79b3fde68f4a99fde8101d5d617e9b 1,428 1.00/1.00 vMB 233
495,202 495,202 0000000000000000004678094bc0777abd7aea118684fbf79f5f5da956061592 2,018 1.00/1.00 vMB 255
495,201 495,201 0000000000000000004ed835f9f844dcc26f85f3a68483c36e42db6cf2494e95 2,118 1.00/1.00 vMB 439
495,200 495,200 000000000000000000c82d546ae2c967b5141cd860e5d8a4f0a40001b7640ec3 1,589 1.00/1.00 vMB 174
495,199 495,199 000000000000000000c272d46a0ee01928f8f1265a2b440e5a7750872afe4dab 995 1.00/1.00 vMB 76
495,198 495,198 0000000000000000003c3b331d45c392d49b4661077956d16f8524e5a435a9a7 2,345 1.00/1.00 vMB 249
495,197 495,197 00000000000000000084e75295bceac9af7a9c972ccf592bc986be544fb9e431 1,674 1.00/1.00 vMB 126
495,196 495,196 000000000000000000a2c8819cfd0415bc2a7eee75173ed441d4984858829ef7 1,421 0.84/1.00 vMB 164
495,195 495,195 0000000000000000000f906f4aefe92d67ed4b3ad37264d93d8e2aaa3a126e23 1,968 1.00/1.00 vMB 99
495,194 495,194 0000000000000000004c20437f510f78a859f021853ebbeca9ff38847fb20808 2,333 1.00/1.00 vMB 302
495,193 495,193 00000000000000000064c10383f496eb0782ac07fe67aec997f94132a9890a7b 2,220 1.00/1.00 vMB 139
495,192 495,192 00000000000000000059403931778ff8752089203f601aba9eeb64bb5766e8f6 2,037 1.00/1.00 vMB 56
495,191 495,191 000000000000000000491435361efc7f941df0efc4f9858f167599dc27faed09 1,902 1.00/1.00 vMB 124
495,190 495,190 0000000000000000009d1f78a553877fb30b288e70382ccaa19794961bea5479 1,355 1.00/1.00 vMB 230
495,189 495,189 000000000000000000cb24556936ca1ad0b8f4b42bb2cd968147bdb08b288577 2,106 1.00/1.00 vMB 198
495,188 495,188 0000000000000000008f8d8b4ff79f8f4e6f0d8ae51c74b7fcc0dacfcdcc3c3d 2,098 1.00/1.00 vMB 359
495,187 495,187 000000000000000000154635a0df05349a460ed1b8c33b61dfdf413714019387 2,095 1.00/1.00 vMB 266
495,186 495,186 00000000000000000084ad3b7196c930dcf78a49b5fa6cf96d19174680d4bee7 2,220 1.00/1.00 vMB 348
495,185 495,185 000000000000000000bd766afa5808a25c4f7b5f1d7102e2fa9d7becefb34d09 2,307 1.00/1.00 vMB 196
495,184 495,184 000000000000000000117b008122e193f274c6d53b0c229bfe6281c5906ad2c4 957 1.00/1.00 vMB 19
495,183 495,183 0000000000000000002dafaea432796d28927beac64eea8faf45fdd48db26b59 2,177 1.00/1.00 vMB 296
Previous 10 blocks ↓
Total Size: 782.00 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: 649.05 GB
    • Received: 13.13 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.