Loading Tool

Explorer IconExplorer

Memory Pool

75,108 transactions
27.70 vMB
0.07732928 BTC
Random Selection Loading Transactions
Max Size: 168.98/200 MB

Candidate Block

Mining Attempt 3334f83b796b4562f98d83ec97a0327d86c429b36085f1dad78501446821e14a
Version 20000000
Previous Block 000000000000000000007612e5d7521da87d841e6b2b3b5b4a88a6af3ae40dcf
Merkle Root 561ea766a00f4f6b4f73f4dcd6de568826c8f283bfa1e6d656a832928e518b48
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,958
Size: 1.00 vMB
Total Fees: 0.01810123 BTC
Feerates: 301.57 > 1.81 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,256 (127,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787,283 787,283 000000000000000000057d0c5a159b8bc860bd031969d6a3cbe6506306c8fd54 3,359 1.00/1.00 vMB 14
787,282 787,282 00000000000000000004a1acf948c59b6d2af59fc256cee9bb1c93bd99b91162 3,180 1.00/1.00 vMB 46
787,281 787,281 00000000000000000002916c746a4bac3d62e0fa7f1c19def935107eb799d0b3 826 1.00/1.00 vMB 16
787,280 787,280 0000000000000000000518653ca62011eaf3d2b860f9cefac49bb793e77287ed 2,126 1.00/1.00 vMB 27
787,279 787,279 00000000000000000005873d74967b1c429182857a952afbc559e373ac8f1999 2,424 1.00/1.00 vMB 28
787,278 787,278 00000000000000000004e5dacbd53885d7ba9295b16a2d3a9c4ef1d73029ffc5 964 1.00/1.00 vMB 15
787,277 787,277 00000000000000000000897ec75947d1703147b5f0fb1d805f6abe25de8e451e 2,795 1.00/1.00 vMB 14
787,276 787,276 000000000000000000057543fd24cc27c531c65ed0bba383f1e085c45b15a68b 3,463 1.00/1.00 vMB 26
787,275 787,275 000000000000000000039cdd3a903bf920716394094124af5b0bb2c39736ea4c 2,749 1.00/1.00 vMB 34
787,274 787,274 00000000000000000004011cf040c6c497b0e6307c18fdecd302f68ba804fbce 2,372 1.00/1.00 vMB 41
787,273 787,273 0000000000000000000084f25cf3041267db7b8ffe911836f1cda2260ae9d301 3,092 1.00/1.00 vMB 50
787,272 787,272 00000000000000000004c10e9c5cb3b0cead698fd5ba38f8854b49ecb70d2a6e 3,453 1.00/1.00 vMB 20
787,271 787,271 000000000000000000027432b7b24a17bbe1fb09b1f895cb04f6a13f85c7699e 3,312 1.00/1.00 vMB 46
787,270 787,270 00000000000000000000409f571d227b29c198574763d4d0f6236cbdbb9816cc 3,504 1.00/1.00 vMB 41
787,269 787,269 00000000000000000003fa19a7a52571c9f4e6e192b48073169c2f088b423a1c 4,063 1.00/1.00 vMB 25
787,268 787,268 00000000000000000001d8a67ab670d714850915fbf781e95ccaa24873d9ab73 3,260 1.00/1.00 vMB 34
787,267 787,267 00000000000000000003a49288dff7830a74a65e85395b5893655135a38a352d 2,038 1.00/1.00 vMB 27
787,266 787,266 00000000000000000002ab3b4c6380df9e38c43b0dd98337dc448cb4deb76292 3,451 1.00/1.00 vMB 32
787,265 787,265 00000000000000000001f5bb49b75fd2af8c3cb2c355ec73a3c0c6ab468190ce 2,105 1.00/1.00 vMB 37
787,264 787,264 0000000000000000000097d652500338cb2e4bf0c0afc82a49c6a82f562ca7e8 3,124 1.00/1.00 vMB 40
787,263 787,263 000000000000000000014161c2b6a8f1affab5fc2ac34e99ad3ef9b7ce5906f3 2,366 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.84 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: 711.86 GB
    • Received: 17.14 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.