Loading Tool

Explorer IconExplorer

Memory Pool

78,649 transactions
29.89 vMB
0.09461935 BTC
Random Selection Loading Transactions
Max Size: 178.84/200 MB

Candidate Block

Mining Attempt 69785ec0174e5e57c42026bf1d1c3bbb388b390f25e836d20f5becf5df23bf5f
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 01f2b7ccb62ac00e30fde3f3ec1618f1a5c85de2ec0a1499c887eefe0611ceab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,939
Size: 1.00 vMB
Total Fees: 0.02666350 BTC
Feerates: 151.00 > 2.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (108,450 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
806,695 806,695 00000000000000000003f0db302c2f449df00cee70411a65d71f61372dfead2d 3,172 1.00/1.00 vMB 16
806,694 806,694 00000000000000000002c70952fec7535b893281e6bb1cb23ea01108032a9693 6,295 1.00/1.00 vMB 16
806,693 806,693 000000000000000000038b2ce749e7a849e54b6aa8b507afcba564224501e7fb 4,889 1.00/1.00 vMB 15
806,692 806,692 00000000000000000001815489d0096712013c29eebd3ac43dff96f238fc8937 3,202 1.00/1.00 vMB 20
806,691 806,691 0000000000000000000236b988b7cc3e15b6d737fe3df49c111376d6126c2417 5,802 1.00/1.00 vMB 18
806,690 806,690 0000000000000000000434f2502ff603d4bb3dd4a46c1ca7d19e4c46987eaa3c 3,918 1.00/1.00 vMB 19
806,689 806,689 0000000000000000000513fdde38c5d2a411e4e94df1cb19a773e4cf5036b3b7 4,149 1.00/1.00 vMB 18
806,688 806,688 000000000000000000036538638d4e7e3426b3a3cb04f326ad3fc6f1c5c5561f 2,596 1.00/1.00 vMB 16
806,687 806,687 00000000000000000002380a83ecae53eb210d319a631bcb84d64446b2174400 3,911 1.00/1.00 vMB 16
806,686 806,686 000000000000000000042d2be776db3670a55a28ecf3be327e0a2249c1442aa6 3,776 1.00/1.00 vMB 14
806,685 806,685 0000000000000000000192aa4511eda0ce548e3babca5473a548fe29f48fb796 5,448 1.00/1.00 vMB 15
806,684 806,684 00000000000000000000a3a543fcdd5bbb015ef9b93d5a8be3546970e7a5e700 6,241 1.00/1.00 vMB 17
806,683 806,683 000000000000000000023cb4bed7af2e813b182f20880a98b09886881813b82e 3,342 1.00/1.00 vMB 20
806,682 806,682 00000000000000000003a7662857f3edf8599a65417a457244f97e64cc2f1e87 6,645 1.00/1.00 vMB 16
806,681 806,681 000000000000000000007eebff81f7561a3b11d738d791d3fe2472b3f09b5a4e 4,237 1.00/1.00 vMB 19
806,680 806,680 00000000000000000003c70146738d699f1ac63f7a8ce7bf5ed88e1b891143a9 4,681 1.00/1.00 vMB 16
806,679 806,679 000000000000000000002f0e6265a2629dbe79a3db39cd7443bfa4367fa10141 2,852 1.00/1.00 vMB 18
806,678 806,678 000000000000000000012a81436c09fe06e0f6da5c6c22ab6412a83afc56c7cc 5,494 1.00/1.00 vMB 15
806,677 806,677 000000000000000000002b9c4d85ce988804e628ef73ddbf360aa2e54b8f4684 6,099 1.00/1.00 vMB 16
806,676 806,676 000000000000000000014213dc1cdf4d8791ab4f15f65168a55d393bcd218d7e 5,465 1.00/1.00 vMB 17
806,675 806,675 000000000000000000046c5b77a87245d288589fa89fa514fce25626939d1c14 2,508 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.65 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: 672.52 GB
    • Received: 16.26 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.