Loading Tool

Explorer IconExplorer

Memory Pool

24,082 transactions
12.09 vMB
0.06126787 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 67.92/200 MB

Candidate Block

Mining Attempt 47bdbf6e8f8107047d68955314f6185d8740e05a8453b53372bed9a8ce6e2590
Version 20000000
Previous Block 000000000000000000006a97e8215f613a42a086a65546d53902b881da356726
Merkle Root 80e732b072b5dfe84200f12a01e3dbb769d883aeb331a8f35fdd5a38014e4154
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,454
Size: 0.99799525 1.00 vMB
Total Fees: 0.04068712 BTC
Feerates: 502.67 > 4.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,670 (770,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
143,072 143,072 000000000000078e4cf55a3ec558dc606a7957a2800e77237cf676ce64d19407 51 0.02/1.00 vMB 76
143,071 143,071 000000000000043e2c2b5f2462bd62182a1f3a301f839e86669e647f7db0c1a7 73 0.02/1.00 vMB 86
143,070 143,070 000000000000005573766576d06da0b6a5fcae012ba58b2214de5de7d696e172 69 0.04/1.00 vMB 88
143,069 143,069 00000000000008807a8b47dc8be598a13bbdc3b24cd4fe1a3ccf0ac7bb6b17a9 139 0.05/1.00 vMB 162
143,068 143,068 000000000000088cf2583e753e9bba951c3659af9ef2db3bdeff26aa53090fb6 49 0.03/1.00 vMB 487
143,067 143,067 0000000000000044793505d8de4b7124d432cae6fed253e7a98db72b1befa666 58 0.02/1.00 vMB 101
143,066 143,066 00000000000006f2308771d4a272496638f8421644bb6635397ab141e2e08c5d 35 0.01/1.00 vMB 116
143,065 143,065 00000000000000f132cc5920288c2c856bb27fe43b43ca9fc5b95f357bb7e581 63 0.03/1.00 vMB 124
143,064 143,064 00000000000003ea4a12a2b0247209cbf57f56be8abc9cab038b179c639dd0bb 96 0.05/1.00 vMB 172
143,063 143,063 00000000000004825545647c0f3970d429b5a4f68d281573025ea149d10a8913 13 0.00/1.00 vMB 224
143,062 143,062 00000000000005b16dd7f66e176adb2177fbe047ada458e7e98f336d591352c4 32 0.01/1.00 vMB 112
143,061 143,061 00000000000001d8cdc1bb8bb8f98d1cd0f24c33865ac1a099415833912fb4d3 12 0.00/1.00 vMB 83
143,060 143,060 00000000000008737be630de66d2b0106f884290cbac282e2bf06cde18953d4a 19 0.01/1.00 vMB 97
143,059 143,059 0000000000000330be9e94abc9d6a7233634fb6219bc655812d5f6c4f86f5c0d 122 0.05/1.00 vMB 83
143,058 143,058 00000000000008b055b48680655edb6ab7d69ba407a5af6c9d417230f62a503c 106 0.05/1.00 vMB 219
143,057 143,057 000000000000093a85c2b9b97183537f464aaf64a6f72f50a7405051674ac2ec 73 0.03/1.00 vMB 182
143,056 143,056 0000000000000735d1fa333778ffdb9bc8acdafd936cc3ae5e7cec667ce22741 137 0.04/1.00 vMB 165
143,055 143,055 000000000000069d58aa59ddcb7a7c04a8f95632ff2d32c95b68f01214978328 176 0.06/1.00 vMB 970
143,054 143,054 00000000000004ab1f4f77443b77380655ba83d103ac0f0e95db1170d13285c3 66 0.03/1.00 vMB 244
143,053 143,053 000000000000053b49360b233d438d411d95c07dc9f7461ca2863d8319e2e550 122 0.05/1.00 vMB 183
143,052 143,052 00000000000003377dc3b16e2262fe1fa78af78150bdba0d47e4195228b04ad4 106 0.04/1.00 vMB 190
Previous 10 blocks ↓
Total Size: 780.04 GB

Node Details:

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