Loading Tool

Explorer IconExplorer

Memory Pool

51,516 transactions
29.26 vMB
0.07974423 BTC
Random Selection Loading Transactions
Max Size: 158.27/200 MB

Candidate Block

Mining Attempt ef0c90fefe1802787de770bfffc2b8d826526f87ac9e1b92a192f0de82110ba7
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 77b8820a42652c09d95a93a488decec6d701f35801a6aa5ca7a1b73d335bd029
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,413
Size: 1.00 vMB
Total Fees: 0.02375369 BTC
Feerates: 173.90 > 2.38 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (313,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,792 601,792 00000000000000000004c13909cff7330f373e4be9f83551caa8b74913c2ac8a 1,604 1.00/1.00 vMB 31
601,791 601,791 000000000000000000084f0eac57d1ed86807fc1581b1aea7037cf3e4698ae78 855 1.00/1.00 vMB 74
601,790 601,790 000000000000000000093cb3045b2cdc759705d9aa1deab2b79229dae123567a 2,091 1.00/1.00 vMB 8
601,789 601,789 0000000000000000000d94bf39e3802ec1e83cd15d9f20e7c05b5c35ac0fc0a5 2,060 1.00/1.00 vMB 10
601,788 601,788 00000000000000000006d9b9544f95e77473488e9d3ddaecd25893b33a674940 2,652 1.00/1.00 vMB 37
601,787 601,787 00000000000000000003d85f5418ff96fa233a84b2f99700dabf113cff5f0c63 2,736 1.00/1.00 vMB 48
601,786 601,786 000000000000000000043fe0bc0f9511a49ad62b36661a3f5a93b030e779ba07 2,020 1.00/1.00 vMB 18
601,785 601,785 0000000000000000000c847d0644f9be1726b23e42b4eaf27d5962aac755a070 2,608 1.00/1.00 vMB 8
601,784 601,784 0000000000000000000461c7c4156d5ad8b4a54b75ba17a1cebce2e097e23844 2,449 1.00/1.00 vMB 18
601,783 601,783 00000000000000000003f29fd7743bcc65e979a4f8712f7d889c3761257baaeb 1,757 1.00/1.00 vMB 27
601,782 601,782 000000000000000000001eac172770048a8e655c2f6d80f0644ccda908048b20 2,759 1.00/1.00 vMB 44
601,781 601,781 0000000000000000001373561277aa63517706922138331ff989b02246d42fc8 2,409 1.00/1.00 vMB 40
601,780 601,780 000000000000000000017ba2ff9b940dfbad3a8d4efe7bfa1ce3e726cace4aba 1,714 1.00/1.00 vMB 16
601,779 601,779 000000000000000000144bf260af368216a39bac494a21935ecc989e1162292a 2,386 1.00/1.00 vMB 19
601,778 601,778 0000000000000000000e401424410e62f9d29bc7b704db9080a9033d63676c07 2,791 1.00/1.00 vMB 41
601,777 601,777 00000000000000000009ebb8c576751d6af1fdc887035250784eab2a3ca4d9d7 2,909 1.00/1.00 vMB 10
601,776 601,776 00000000000000000008818bbe9ca05268f8a84999805c3a0ad7c0e3b05238bf 2,526 1.00/1.00 vMB 18
601,775 601,775 000000000000000000078bd9e3b48c2faf9012c2d85aed7db69b881742ca24fb 3,021 1.00/1.00 vMB 35
601,774 601,774 0000000000000000000afc2cdf3c87ae818d0018ab59d9f718d98849b8b46786 2,270 1.00/1.00 vMB 61
601,773 601,773 0000000000000000000a7884b2e3239552dc55656d5e38aae1e8f31514ea1657 2,694 1.00/1.00 vMB 13
601,772 601,772 000000000000000000023a336e2f844f2402e58ff46a838df6fdc4ab040ef3e5 2,281 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.