Loading Tool

Explorer IconExplorer

Memory Pool

81,000 transactions
29.97 vMB
0.07685910 BTC
Random Selection Loading Transactions
Max Size: 180.74/200 MB

Candidate Block

Mining Attempt 2b1d09d533dddf303d9f5dd54cbea7b2107a0f62a49e942e43f5cc1a5990ecb8
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 2037a6564c9ff1839069fcae887ea51a22f063fc040f482583ab47e63cb0d127
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,078
Size: 1.00 vMB
Total Fees: 0.01571237 BTC
Feerates: 502.67 > 1.57 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (293,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
621,537 621,537 000000000000000000014c1c4f6e71d67229af76bd90b4184ccc0d4bfc2148f9 3,007 1.00/1.00 vMB 59
621,536 621,536 00000000000000000002e240cc439b32dd708d0911cd91993351901227a4d791 2,845 1.00/1.00 vMB 65
621,535 621,535 00000000000000000002d95a947c56c35a7f4301c64a11d8a49b03c39b9da83f 2,432 1.00/1.00 vMB 46
621,534 621,534 000000000000000000022969c4c4ac2fef8a0436fbcbc5571ebbe60c93d948c6 2,369 1.00/1.00 vMB 54
621,533 621,533 00000000000000000005e9752ea076c1952f5b4247f2a61e7f89e42452043c8e 2,735 1.00/1.00 vMB 55
621,532 621,532 0000000000000000000c8c56c3b08caa284d3449f9e7678d9da155eb601d6352 2,965 1.00/1.00 vMB 71
621,531 621,531 000000000000000000013c02177ea62ca4f7d65f8acb8bae65b99059d5c7404d 2,836 1.00/1.00 vMB 88
621,530 621,530 000000000000000000056eb381391145afecb3429b83af4097ca503bd1346aff 3,003 1.00/1.00 vMB 80
621,529 621,529 00000000000000000001471e866fe6cd4b3f53d428adb7ab4a1c9b74258f8c77 1,923 1.00/1.00 vMB 80
621,528 621,528 000000000000000000048a57b037f1d83b142bd1cbbef4578b33dbb919771cd5 2,144 1.00/1.00 vMB 56
621,527 621,527 000000000000000000108e6f95f0d77f96bed65e581383dedbc3f513b1d7b8c5 2,993 1.00/1.00 vMB 57
621,526 621,526 00000000000000000004e74e689bb82fc5dff95c50cb70d851482205cdc54a98 2,024 1.00/1.00 vMB 76
621,525 621,525 0000000000000000000ef1d3eb92ef8ff22598b0cf3b001728ae3c7bc583953d 2,018 1.00/1.00 vMB 70
621,524 621,524 00000000000000000000eb8496b6eedb894919b216de58a7d7bbbbb67a3d1dfe 1,884 1.00/1.00 vMB 64
621,523 621,523 0000000000000000000df7149bb9d1608ed5f177b27a5fdb42bc7c332239c449 2,809 1.00/1.00 vMB 76
621,522 621,522 000000000000000000045eab7846e5cf400cf0f83355da61acae2d63448651dd 2,396 1.00/1.00 vMB 97
621,521 621,521 000000000000000000089d07319296fc42848a8f648b696120f35ebbefc54aa2 792 1.00/1.00 vMB 61
621,520 621,520 00000000000000000008acb05c19fce225d0586784dbfbef651d75959c79b99b 1,101 1.00/1.00 vMB 64
621,519 621,519 000000000000000000059e9f8320763196ce5f75aa1b3950049f2e60cbb5c6cb 1,138 1.00/1.00 vMB 62
621,518 621,518 0000000000000000000d124c033d5afc2c6d9f721a04967b1ab6d3764cd16458 2,229 1.00/1.00 vMB 64
621,517 621,517 0000000000000000000b34373024dfb9e9bb844507648e2e1236d935847fa460 3,143 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.36 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: 662.55 GB
    • Received: 14.86 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.