Loading Tool

Explorer IconExplorer

Memory Pool

47,692 transactions
30.23 vMB
0.09680034 BTC
Random Selection Loading Transactions
Max Size: 161.02/200 MB

Candidate Block

Mining Attempt a406e3a40c7114df5e435a20eb8fea7a0420f29eb505a4e606a26a539b7610a5
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 1f8bd93bf21642b2ae784646a4b3901fa99645f4260d4cafe5e7bff8d09f1bff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,010
Size: 1.00 vMB
Total Fees: 0.03598388 BTC
Feerates: 150.97 > 3.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (266,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,576 648,576 00000000000000000004a5ecb18a6d13559b4d679074fbacf25eafec70b650cb 2,968 1.00/1.00 vMB 42
648,575 648,575 00000000000000000004ab7d5c4e238870da307a7a9dcaad089df6324d1af992 2,860 1.00/1.00 vMB 94
648,574 648,574 000000000000000000048976dd804d08bb7a5f0cf7bb7689e3d641b11abd84e9 2,253 1.00/1.00 vMB 40
648,573 648,573 0000000000000000000ace42ebc89704f7dfebd0848ba2f9a74f94aeb581afba 2,697 1.00/1.00 vMB 51
648,572 648,572 000000000000000000016c42a47d10c73fc196ee962d9c6b053ba06531194529 2,215 1.00/1.00 vMB 69
648,571 648,571 00000000000000000008e8be6e96013d4074c36e233e878792a6bbce123c77cf 2,226 1.00/1.00 vMB 23
648,570 648,570 0000000000000000000d5a5d64c736edf3e42338d27a41e6a56d4dff602eabc3 2,705 1.00/1.00 vMB 16
648,569 648,569 0000000000000000000d9f370669e1324bd1641db9a8bcb59ec67bb1643fa19d 2,862 1.00/1.00 vMB 51
648,568 648,568 0000000000000000000a18c9fd8ae4dbcfec5dcbf9cc005e1da49db0f052e257 2,762 1.00/1.00 vMB 79
648,567 648,567 0000000000000000000961c751377dcac9951970f0bb94e7f4971606bbdba400 2,064 1.00/1.00 vMB 82
648,566 648,566 00000000000000000007d8fbaaf9f78523bda13076ae90227a3ec1814086b314 2,940 1.00/1.00 vMB 26
648,565 648,565 0000000000000000000ead363eb50f7a5a544efa482da11ee02e5eb3d0281447 2,110 1.00/1.00 vMB 49
648,564 648,564 000000000000000000086d2e455790f39f3b0aa9910184ff005df04fff763786 1,566 1.00/1.00 vMB 61
648,563 648,563 0000000000000000000c3faace555e3d310c7ebb5b9763a178af31daaa59a8c2 2,588 1.00/1.00 vMB 87
648,562 648,562 0000000000000000000a8ec6946bf2f8f93e7ff53b338c75779b716d31499c23 2,640 1.00/1.00 vMB 12
648,561 648,561 0000000000000000000116bbd3f0c08db7a5ecf1d6ef04f4901e4bbe89530f56 2,396 1.00/1.00 vMB 56
648,560 648,560 000000000000000000094a46b5a0cfa16ea3422aa767d35cc77aecfee27fe65b 2,439 1.00/1.00 vMB 50
648,559 648,559 0000000000000000000a8019c439b109eae716827bc33b9a475e71641240b290 2,864 1.00/1.00 vMB 44
648,558 648,558 000000000000000000012b476c5478157f100c10de321965bb31ff81cc0ded70 2,413 1.00/1.00 vMB 64
648,557 648,557 00000000000000000005f1a921050c85e9378c4bd5655f84b1e24d3f524430df 2,226 1.00/1.00 vMB 37
648,556 648,556 00000000000000000002f308fc5d195da18d520b2f94097a6c909baf28540dbe 2,633 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.13 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: 652.39 GB
    • Received: 13.76 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.