Loading Tool

Explorer IconExplorer

Memory Pool

81,750 transactions
29.70 vMB
0.11285405 BTC
Random Selection Loading Transactions
Max Size: 180.91/200 MB

Candidate Block

Mining Attempt a5af663c4bbebd919f9bdb4052f9028b221b35b27a52b7ccb2e975ba100ab6b2
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root 0f79d9fbc27db1b4d0ac6679fae15a4c980eb62d2c26bb3b1d289380c8856848
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,146
Size: 1.00 vMB
Total Fees: 0.05006871 BTC
Feerates: 641.71 > 5.03 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (285,386 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
629,694 629,694 00000000000000000003397a84cdbb859817cde7451516fd0632d54eee4e674a 838 1.00/1.00 vMB 15
629,693 629,693 0000000000000000000830fb1993f6bbbe8c7bd8bb547cb3ff7e4caadea498fe 992 1.00/1.00 vMB 5
629,692 629,692 0000000000000000000d6d99298ec84003ce9e051ec3232fee1639415734ff8c 896 1.00/1.00 vMB 12
629,691 629,691 0000000000000000000e9fef6b5deb9d189a3e97ba166926506f9b20217fbcc3 2,482 1.00/1.00 vMB 69
629,690 629,690 0000000000000000000441cf17af4c8e39a5e2be97e4051e460448ee5f48815e 2,114 1.00/1.00 vMB 34
629,689 629,689 0000000000000000000bd4f71cc1cdef80c94aeb1388e489c72dde56d80663fb 2,692 1.00/1.00 vMB 46
629,688 629,688 0000000000000000000f31fec65dc55bab74ae0d415f67946717961bec264c25 1,242 1.00/1.00 vMB 16
629,687 629,687 00000000000000000000ce1e8337d8088e787c1e0b94d6e6b5c29ff787a6963c 665 1.00/1.00 vMB 6
629,686 629,686 00000000000000000001e5f2dc6e3f025f40d53db51cfb622bc991978d7232f4 2,782 1.00/1.00 vMB 81
629,685 629,685 0000000000000000000ae10a7f0eb9d7f0023649c393c690bafc99d0ac60f93d 949 1.00/1.00 vMB 9
629,684 629,684 0000000000000000000f5a00326dc3d2bf1627c21e9de093491650788b4b4bbd 2,968 1.00/1.00 vMB 54
629,683 629,683 00000000000000000002eec4128b47316185b545496be77a221a22de8ef4f5b4 2,970 1.00/1.00 vMB 46
629,682 629,682 00000000000000000010be8a54db4633980c227945a76a790905b659584cec44 2,535 1.00/1.00 vMB 20
629,681 629,681 00000000000000000010e1d0f2ce89e65197b48e9b665b061684723adf73d35b 1,928 1.00/1.00 vMB 63
629,680 629,680 0000000000000000000097bb1e4efe3a8c33cf8def61e12f943d3db8996a4730 2,170 1.00/1.00 vMB 20
629,679 629,679 00000000000000000008fd3c191473c813e40408534f0e40c05383d64e56e517 1,726 1.00/1.00 vMB 14
629,678 629,678 0000000000000000000f883e83a6e79519b19104e0885f604fbead6d423ebfc2 2,481 1.00/1.00 vMB 23
629,677 629,677 0000000000000000000c984bd299a4ad75fd4730da60b778adf390e8a18f5527 2,583 1.00/1.00 vMB 39
629,676 629,676 0000000000000000000bb7734d0ff655bd3e48e08aa04d8e816a5b73f8d5125c 2,809 1.00/1.00 vMB 23
629,675 629,675 00000000000000000002878c4b66499ea223d436fd60e56ae8c90328ddffc3a0 2,974 1.00/1.00 vMB 18
629,674 629,674 0000000000000000000fb6b12fe36090c779d65e99c984cd1d349fde78b7d5cb 2,495 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.53 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: 668.99 GB
    • Received: 15.69 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.