Loading Tool

Explorer IconExplorer

Memory Pool

79,684 transactions
34.42 vMB
0.16522010 BTC
Random Selection Loading Transactions
Max Size: 192.87/200 MB

Candidate Block

Mining Attempt 65901341150a35a27e9ca8a3fd8319e7add1679c8e0ab4a5941bfd8668151558
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 8986f0eb667d67bd266d411ef7c4f8e0831d166a0925f909ca9d690ad5e5ff5d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,673
Size: 1.00 vMB
Total Fees: 0.04075323 BTC
Feerates: 150.93 > 4.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (172,366 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
743,049 743,049 000000000000000000054b73af508e994fe9081f37b3494fb9a40e571cea8873 2,918 1.00/1.00 vMB 20
743,048 743,048 0000000000000000000378a3febae48a48cfda5aebaa33fb782a37ed76827e23 2,101 1.00/1.00 vMB 9
743,047 743,047 0000000000000000000551bf69c3c47451659cce4c69fd91049722419bbd995e 2,869 1.00/1.00 vMB 9
743,046 743,046 0000000000000000000869c6844d1f10a8ebe7b2fa0859eba1fe2922145e98f6 2,720 1.00/1.00 vMB 13
743,045 743,045 00000000000000000004a16b83c76f5e79c47b81d0b43fd1c1c65e1de7244a35 3,027 1.00/1.00 vMB 18
743,044 743,044 0000000000000000000096a85d93efe4372f4ff36dfbae6546e6749a651c7c86 2,268 1.00/1.00 vMB 8
743,043 743,043 00000000000000000007fe540c9ca1b1c8f03a9a5ecd89c4d735fe29e62fd7cb 2,808 1.00/1.00 vMB 21
743,042 743,042 00000000000000000005558a77fb536ed16b6bd49946dd24dc884fc394626494 1,831 1.00/1.00 vMB 8
743,041 743,041 00000000000000000001a9dbddc6d0b4b438e8ad95c3c876f9a7c99a12d789db 959 1.00/1.00 vMB 8
743,040 743,040 0000000000000000000936af400e88101476b40d368fb33ebace3bf9ba65b0ae 3,151 1.00/1.00 vMB 21
743,039 743,039 0000000000000000000940bdba949b83c6e871ade15d92ad5e58ddcb3c070ee3 2,552 1.00/1.00 vMB 13
743,038 743,038 00000000000000000004902b19225254040de21f06db00497ffc12cdd663b5de 952 1.00/1.00 vMB 15
743,037 743,037 00000000000000000008b9791cba977bf7fd8fff446db03f3ad5741041c3dfb2 1,780 1.00/1.00 vMB 20
743,036 743,036 0000000000000000000165c8a80202bd12469a449187538f7cab5e2a18d26ea2 2,803 1.00/1.00 vMB 10
743,035 743,035 00000000000000000001c69bd0bece954a305bd5af3b607a61e9be79aecb40b1 1,510 1.00/1.00 vMB 11
743,034 743,034 00000000000000000006b61308c9fe2644dbc0a131fccc43bd8e0eb4d7426f9a 3,168 1.00/1.00 vMB 12
743,033 743,033 000000000000000000056f20c1b13cbb8837be3ada7f9f78a513993bce4dbf9f 2,780 1.00/1.00 vMB 20
743,032 743,032 000000000000000000042831b7f82b8581f0cc493a60f0ba1d5e9e33a9081513 3,053 1.00/1.00 vMB 16
743,031 743,031 00000000000000000006d86415fc97a283b68cf2fdd356aaa3bce47cf2e58dcc 3,088 1.00/1.00 vMB 28
743,030 743,030 00000000000000000006d7fa954f4ac021e2551b0c7be861732e35dd52c7f45e 2,202 1.00/1.00 vMB 20
743,029 743,029 000000000000000000031b1ed3ace953c13581d114e006c49eb34402d8d5e7a7 3,208 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 783.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: 734.05 GB
    • Received: 18.55 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.