Loading Tool

Explorer IconExplorer

Memory Pool

80,786 transactions
29.85 vMB
0.06844921 BTC
Random Selection Loading Transactions
Max Size: 180.15/200 MB

Candidate Block

Mining Attempt f176b2b9516402c2871bfe753d5b27065e08f2207a070b3c0a07fa1fe86ea8f6
Version 20000000
Previous Block 000000000000000000017c2946f942e619550ccc2727f15be648c71ce8591f72
Merkle Root efa4d802f8da57f9b5f2dedf06e88e37f0212d9f25f6af2ef921e235546cd5d0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,558
Size: 1.00 vMB
Total Fees: 0.00742849 BTC
Feerates: 34.33 > 0.74 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,977 (293,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
621,540 621,540 00000000000000000004dcf899b8b14e0eb4adda03098abdf8eabe6a4be3906e 2,751 1.00/1.00 vMB 45
621,539 621,539 0000000000000000000abe733cca6ac1656f68a72e4f518667ae6daf8c320802 2,779 1.00/1.00 vMB 81
621,538 621,538 0000000000000000000516151409e0501c1096c8d3f12ac4a6ad9719f66ac61f 2,346 1.00/1.00 vMB 86
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
Previous 10 blocks ↓
Total Size: 782.35 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.19 GB
    • Received: 14.84 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.