Loading Tool

Explorer IconExplorer

Memory Pool

37,896 transactions
28.02 vMB
0.06352319 BTC
Random Selection Loading Transactions
Max Size: 142.01/200 MB

Candidate Block

Mining Attempt 7a9ec42323bec0fd4e154d8151e9669aebe2a259454d53203f3f484dd9b366d3
Version 20000000
Previous Block 000000000000000000000f89b058d4b18daa328c2fce04942c1a63879d853ae0
Merkle Root caa5dccd07151d8cd17fc9840eacc879e02e8263f4e2b2b99d7e6c9cbfb9beea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,466
Size: 1.00 vMB
Total Fees: 0.01001065 BTC
Feerates: 126.10 > 1.00 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,600 (669,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
245,409 245,409 000000000000002376e4ce4f0ae0cc7241a42e2c1238dbd19ee2bc0d5531dc48 5 0.01/1.00 vMB 52
245,408 245,408 000000000000001e787dfb0bec7fb6b81350d4f7a4d6962963d7a0c3baf35586 69 0.02/1.00 vMB 75
245,407 245,407 00000000000000881dceb43ab4a7f3d01fe787d6fc41bcbc18ce3a85770aafa3 453 0.23/1.00 vMB 146
245,406 245,406 0000000000000065c9fa323921bfe1b3ca7ccc391cf516e8a59b918f81d4f7bb 126 0.05/1.00 vMB 146
245,405 245,405 00000000000000b0245437a9a6400169609e7f5f1515c96c303b6e22eacf3372 148 0.07/1.00 vMB 113
245,404 245,404 000000000000005da83e2befd04a59fd944c7a366a3da1e86603ee2596f1071e 232 0.09/1.00 vMB 139
245,403 245,403 000000000000003095c4f4739e24753de8e8cc9d4fd10b2b7f0f04818ad58bba 358 0.16/1.00 vMB 113
245,402 245,402 000000000000001a01c11f02ab7862e3bf318e7e60376a8d9008edf44a397da9 81 0.05/1.00 vMB 76
245,401 245,401 0000000000000055286a2c027541dcf5c9c120aacf6631340eb946333dc65ed0 15 0.01/1.00 vMB 9
245,400 245,400 000000000000005cf08d066b9ef35cac315c6d50e5e27c185447410f3e19f3d4 182 0.09/1.00 vMB 108
245,399 245,399 000000000000001009c4d22753cae86475657b307f96a178dca0fa6b8d374ca2 214 0.11/1.00 vMB 78
245,398 245,398 000000000000002bc4832ea660d03e1f5e2d370b34e2b8c887a200236db08f6f 512 0.25/1.00 vMB 129
245,397 245,397 00000000000000361d694308e2175f34f8a6740d455d55ecbca6f6ac78de7dd5 7 0.00/1.00 vMB 16
245,396 245,396 00000000000000a162cf1771b31927828629dae53613b7aaefe8220810c27ce6 351 0.14/1.00 vMB 141
245,395 245,395 000000000000005ac6808a2b66249738d17892f02896c8deb6b62f543723f522 512 0.27/1.00 vMB 55
245,394 245,394 00000000000000242cf13ae3506557fc7484d2e25652a6b88b8c6af841b17ae2 180 0.08/1.00 vMB 100
245,393 245,393 00000000000000c13341d91612ff8cd7cbf7100201b9ce44d83efa8fa7b92146 208 0.09/1.00 vMB 136
245,392 245,392 000000000000003f8e3f0dd2fac311863f562daf2b391151f4fcdfa41caf730f 263 0.11/1.00 vMB 142
245,391 245,391 000000000000008d4b1db8494b4748ad56e5b5607f766dcb7ad5d2bbc4b36cd6 14 0.01/1.00 vMB 86
245,390 245,390 0000000000000075e72b0de624e24ec6261df617b7f557adaaa39e6ea138498c 210 0.08/1.00 vMB 155
245,389 245,389 0000000000000074c90e951196497a4eb23d41938239b4b558f1a26562f497f8 88 0.05/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 781.69 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 628.59 GB
    • Received: 11.81 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.