Loading Tool

Explorer IconExplorer

Memory Pool

74,648 transactions
27.52 vMB
0.07144622 BTC
Random Selection Loading Transactions
Max Size: 168.05/200 MB

Candidate Block

Mining Attempt f0aa943d29eaa210befc4e8d0b601d08cbc849f0934094cf8d7a6f3bbeb25a8a
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 2a3f2ec1b7a4e717cc0136b152cc5b8b8b693c11cd92b3c7ebb147f976e473b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,762
Size: 1.00 vMB
Total Fees: 0.01271337 BTC
Feerates: 80.55 > 1.27 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (378,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
536,927 536,927 00000000000000000004aa08d93bf8af679ea66cbb81aa0284b3261c85c2741e 693 0.40/1.00 vMB 28
536,926 536,926 0000000000000000001d2c5b2f22cda3c26882ae536fc84f4096699f119faa3c 117 0.07/1.00 vMB 19
536,925 536,925 0000000000000000000750d646a8c5f27ea97eafb54d26daecc89c9203387e7b 2,652 0.96/1.00 vMB 3
536,924 536,924 00000000000000000028337743f0284fcf2581d65f01966989a17caa840d29c9 2,795 1.00/1.00 vMB 21
536,923 536,923 00000000000000000003052f76f0c2da7e52e2d90f6443c8bc512f55c20d558f 2,714 1.00/1.00 vMB 28
536,922 536,922 0000000000000000002a24a905a55e0924f4feefce09883eae6167f90de6cea6 2,336 1.00/1.00 vMB 30
536,921 536,921 0000000000000000002831784126dcae149dee528ab64a31ec4a7e29bf931c72 583 0.27/1.00 vMB 20
536,920 536,920 0000000000000000000e68faaacad60afb5068aa6ce4ffa16abe7886ac5e6107 1,335 0.46/1.00 vMB 18
536,919 536,919 000000000000000000269cb5423ef707985c68435201238748e8dc3023cf8491 1,256 1.00/1.00 vMB 2
536,918 536,918 0000000000000000000bb753849dca7caebb18c4f69ef908a44c5589aded24a2 1,827 1.00/1.00 vMB 9
536,917 536,917 0000000000000000001bf1d5c0765c576967e70503c02e7500418a9a3d82cde8 2,711 1.00/1.00 vMB 17
536,916 536,916 0000000000000000002bc694bf3f278d69b46c1c6f44bad22595cd9a4a0da4ca 2,887 1.00/1.00 vMB 6
536,915 536,915 00000000000000000028a75a34f5f694e838e749629f8a5812475c74a2147cb2 2,833 1.00/1.00 vMB 34
536,914 536,914 0000000000000000000867c48905715ce8a686aa40ccc2341be37da75e3ebedc 3,110 1.00/1.00 vMB 37
536,913 536,913 0000000000000000002957ab131ee3d1a61771a6139b91bb526eb4069bf3efef 2,689 1.00/1.00 vMB 25
536,912 536,912 0000000000000000002a62e0c09b42dae1f1858578188e8307b376c774cf9918 2,222 1.00/1.00 vMB 15
536,911 536,911 00000000000000000021d38611d9a2bb7a6f8914d83e745e45a233d1e13e6698 2,736 1.00/1.00 vMB 9
536,910 536,910 0000000000000000000f182a8f9b751b745e75260ac38805ccdf2d8c3e15e19c 3,098 1.00/1.00 vMB 17
536,909 536,909 0000000000000000001da5f3412c6f5b0d6aab1923e80857241e6643cc0c40a2 2,684 1.00/1.00 vMB 7
536,908 536,908 0000000000000000002a48b7f93232ce0a29b34d53807fd6935a62652b4041e9 2,991 1.00/1.00 vMB 13
536,907 536,907 0000000000000000000f9d5ecad041fb2ab3788268d8f7f30dfdc231cacdc2d2 2,498 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.