Loading Tool

Explorer IconExplorer

Memory Pool

78,033 transactions
29.29 vMB
0.06354568 BTC
Random Selection Loading Transactions
Max Size: 176.02/200 MB

Candidate Block

Mining Attempt ff2b71f32f5006104a0e02202f9d40e4ae4ea9a6a85e11871c593ad4f701268c
Version 20000000
Previous Block 000000000000000000001a6f6115c32c340a2159b30f9ffd632f63424aa563f9
Merkle Root 129cf66059965853377ea093ec7116a855ae66ad2d4f64ccb2f27d3161c3ccaa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,803
Size: 1.00 vMB
Total Fees: 0.00423507 BTC
Feerates: 60.09 > 0.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,016 (263,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,649 651,649 0000000000000000000059d0997f89a23dedf56c213c7cb38f37b8d11fa6da2e 2,546 1.00/1.00 vMB 54
651,648 651,648 0000000000000000000b7bab0a04bb9a8214cc95c8dc6fd681b9aa76dfcd6e25 1,666 1.00/1.00 vMB 103
651,647 651,647 0000000000000000000abe083c5605f5e1c3e00e3d33536e0cf22b630e3eb33c 2,458 1.00/1.00 vMB 39
651,646 651,646 00000000000000000000fefd32c78a8a0c80bc296ecc3e5842a0d81c001400ed 2,532 1.00/1.00 vMB 30
651,645 651,645 00000000000000000001acc02b072969b1d5d23bb85428a532fc64fbf2541fb4 2,402 1.00/1.00 vMB 59
651,644 651,644 0000000000000000000e194eeab47d3f21e38198804c110b6242b39a860f7aac 2,500 1.00/1.00 vMB 80
651,643 651,643 0000000000000000000ceccc5824b511bd0221c08ed5935f4d4d73b10b0e0a93 3,034 1.00/1.00 vMB 125
651,642 651,642 000000000000000000030c6e4e928f9c3e1cb0906f20b3e671034156b0529c4f 2,435 1.00/1.00 vMB 68
651,641 651,641 0000000000000000000521ab7dd533298f3cb8c74aeb9000b4230347f84352df 2,186 1.00/1.00 vMB 99
651,640 651,640 00000000000000000003589fbe54e603d559aad83679c2889fd383c3f66eb723 1,852 1.00/1.00 vMB 77
651,639 651,639 00000000000000000004f7938fec6609d395ec6a6642bd3558238e682e467d14 2,937 1.00/1.00 vMB 23
651,638 651,638 0000000000000000000c17e3eedc74a08be7120811f72c74b996418116d4eb05 2,760 1.00/1.00 vMB 28
651,637 651,637 000000000000000000094a3f545ffb8a191be9a1fe2708fbf48963f1835a55b1 2,263 1.00/1.00 vMB 44
651,636 651,636 0000000000000000000521bd69ba9e5ba8180a1f44823472de835eb3ab3826a8 2,511 1.00/1.00 vMB 80
651,635 651,635 0000000000000000000badcc1ebd2b3bdf85fcc36d825a6079dbe0769efa7f8e 2,561 1.00/1.00 vMB 11
651,634 651,634 0000000000000000000de581bd06761d7b01b89c31eb7039948694d9cbba699f 2,757 1.00/1.00 vMB 40
651,633 651,633 00000000000000000007d7f9ba2ee7716f2d05382b9c39822913057f35e1a236 1,944 1.00/1.00 vMB 110
651,632 651,632 0000000000000000000cef7d148c2cb5a1fe2b0924704a603ca01bc890ac476f 2,280 1.00/1.00 vMB 25
651,631 651,631 00000000000000000000aec5c1e90a476107d42e6b296c43ca5304e8f561f4e5 2,770 1.00/1.00 vMB 107
651,630 651,630 00000000000000000002ec11881db2f206af365bbfc59d5872d8f6c72a06f38f 2,680 1.00/1.00 vMB 75
651,629 651,629 00000000000000000001c76106e808e44ae601ddc6e7580d0da9140729046d02 2,555 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 665.41 GB
    • Received: 15.13 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.