Loading Tool

Explorer IconExplorer

Memory Pool

79,966 transactions
34.56 vMB
0.17119415 BTC
Random Selection Loading Transactions
Max Size: 193.43/200 MB

Candidate Block

Mining Attempt 74445ea974556ca3e46d511b17b979c036f3c3b91b382b80bfaf64e40c7328ee
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 3eaddb4723a95fc6468337742505434b15976c977ff782c91b3e64defd9235b4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,874
Size: 1.00 vMB
Total Fees: 0.04414439 BTC
Feerates: 150.93 > 4.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (789,499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,916 125,916 0000000000003a9708e28abc8f00c87c33db79c93a981f9fa64fce2d2f1e4769 4 0.00/1.00 vMB 66
125,915 125,915 0000000000002b5df265af90ecba5a1dc139aaee8caa6e573c6259b97126d8c5 32 0.01/1.00 vMB 465
125,914 125,914 0000000000000912224414f281bd7bc622f327bfd2f3c4047bbf18c31332f74b 57 0.01/1.00 vMB 3,440
125,913 125,913 00000000000043ad369b3dcf7761c14a2607bfb9565e044dbd9d655ba033f334 52 0.02/1.00 vMB 260
125,912 125,912 00000000000043c6649caf892e3554b2fe23f79469df688e72ef4eb3a10e81dc 4 0.00/1.00 vMB 1,151
125,911 125,911 000000000000208d40bbd3747062f1d5d20ad9ed159255751ca33b6732cf4c0e 19 0.01/1.00 vMB 937
125,910 125,910 000000000000044992d67e5f543a59c52f118cae635003f0b270f28c14b576f0 22 0.01/1.00 vMB 348
125,909 125,909 00000000000001479075f8268c51bf43cd3bc78330d1d6f9cf417f6d956e1641 16 0.01/1.00 vMB 997
125,908 125,908 0000000000002a49f597f4cd195425987450520a9c7e32a2c6e5766d90ae2970 63 0.02/1.00 vMB 436
125,907 125,907 00000000000025d8decc6fe1631f1f18b8638cc4dbbdc947d20bd74d11e5e7cc 21 0.01/1.00 vMB 514
125,906 125,906 0000000000003ea2b234c6aca99f59078abce086fa4b743ea628ad9a65228895 7 0.00/1.00 vMB 478
125,905 125,905 0000000000003fd307d47a090ee63b1c13c6319f985abf76944a9ed6c053b151 87 0.03/1.00 vMB 2,052
125,904 125,904 0000000000002b56a1634636e7eacf6b4ff4fea1377952be3519446b645018ca 31 0.01/1.00 vMB 787
125,903 125,903 0000000000001b27a1bc8fc2e4c5fcac11603dc3b340db7b8ca7f9f13baf9a47 65 0.02/1.00 vMB 2,192
125,902 125,902 00000000000021ec2b4d5e5513cc6f08771b473d3dc9d875718c50a6b46c3cbe 12 0.00/1.00 vMB 1,004
125,901 125,901 00000000000010f07e98bf90b68d2012cbc7cb6ea579b4c7343cdee6474f3885 14 0.00/1.00 vMB 872
125,900 125,900 00000000000044370c6bfb757299702a60da665d66e9b7a237a5093d8cb33c8c 17 0.01/1.00 vMB 1,321
125,899 125,899 00000000000029a939237ea742bede916546f697eb1c0387aa9ea9c4071e605b 2 0.00/1.00 vMB 4,464
125,898 125,898 000000000000238d75fae6b6054edbc95c6f49aba6dfce18c903030eb40d99e7 63 0.02/1.00 vMB 315
125,897 125,897 0000000000003354350934ba5a952633cacc99831bb7a1bae6fc5e95f4c21eeb 20 0.01/1.00 vMB 965
125,896 125,896 00000000000021be76c08107f1677e497afe222bcb8959e808412574b94fc413 32 0.01/1.00 vMB 729
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.12 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.