Loading Tool

Explorer IconExplorer

Memory Pool

80,526 transactions
30.25 vMB
0.12565029 BTC
Random Selection Loading Transactions
Max Size: 181.16/200 MB

Candidate Block

Mining Attempt f889ed98e85d9aa8eae01be6254826ab234d83f3a657a1a8db90ff8e709845d0
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root 439d1a6be2c5a3291dcf0b959dc9792191a4d9af36269c1426dcce9ad0084a92
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,208
Size: 1.00 vMB
Total Fees: 0.05569111 BTC
Feerates: 150.86 > 5.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (348,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,723 566,723 0000000000000000001d53e351160731420f41ac49d6ef258e55651190e92db6 1,820 0.77/1.00 vMB 9
566,722 566,722 00000000000000000007044d8462430e3ed3fd9a3edb52cd13155ca6ba941680 2,216 1.00/1.00 vMB 13
566,721 566,721 0000000000000000002098a29fc0da6758dfade28299d3099fc85bec195be27d 2,744 1.00/1.00 vMB 33
566,720 566,720 000000000000000000041165a403a9fb5f3221a0dda76d53905e881a5a72d24d 2,738 1.00/1.00 vMB 36
566,719 566,719 000000000000000000168f5fc6b4e3e94a1b131f2a488c3181307710dfbf7e22 563 0.22/1.00 vMB 24
566,718 566,718 00000000000000000012e4ded2d099b9479fa1c170961981d15f0f8655eb8f5c 940 0.31/1.00 vMB 24
566,717 566,717 0000000000000000001f222a8d6fe37c796c8b303db8e21ecf5744ff77d90940 2,209 0.92/1.00 vMB 22
566,716 566,716 000000000000000000044042d74025269b49d6d0f8fca89bc584d27029449596 1,101 0.47/1.00 vMB 35
566,715 566,715 0000000000000000000abfd19c3e7c0ec3a7c4a6b51bccbc598a93f85f2f38d4 823 0.31/1.00 vMB 23
566,714 566,714 0000000000000000000d23ad3e06986ace18bdc6e5f2cf36a3d21dde7d7c04ce 129 0.04/1.00 vMB 32
566,713 566,713 0000000000000000002b82948734c08aa09539d09ba5d9b101b6928f71c51fab 637 0.34/1.00 vMB 17
566,712 566,712 00000000000000000026b13229e8c71dfe2e84cebdb0d3844a2f6c7f2958e0ce 598 0.22/1.00 vMB 22
566,711 566,711 00000000000000000005d344f32fb00b4769994a1a8220117f3d902dc192508c 1,976 0.74/1.00 vMB 19
566,710 566,710 00000000000000000021067473888c0af9b0a364a6fa2ad4384f41e77d54d693 2,714 1.00/1.00 vMB 25
566,709 566,709 0000000000000000000a5af46a40a1498cd27126c253a947856b6fd40b5a0d1d 2,187 1.00/1.00 vMB 28
566,708 566,708 000000000000000000242d4e4ff5ac037e343b819c24a792e22ca08b8aa825a1 1,676 0.64/1.00 vMB 25
566,707 566,707 0000000000000000000fd006a7f326dfd07d185a418753b91a562427f65e9d20 625 0.23/1.00 vMB 26
566,706 566,706 00000000000000000014462682f73ee6fb0ed8598cfc34b8ff84840be80a0c41 317 0.12/1.00 vMB 23
566,705 566,705 0000000000000000002aae4d31194866f3b3f359d906b137032882fea26a8791 2,188 0.84/1.00 vMB 16
566,704 566,704 0000000000000000002cc4255d654b2f9e39f9c034b75581520cd0433a15a79f 2,834 1.00/1.00 vMB 14
566,703 566,703 000000000000000000175e49b0e03224c07cfaac59784d1eb593400c2e126211 2,808 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.57 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: 671.24 GB
    • Received: 15.88 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.