Loading Tool

Explorer IconExplorer

Memory Pool

42,320 transactions
26.77 vMB
0.05384129 BTC
Random Selection Loading Transactions
Max Size: 140.73/200 MB

Candidate Block

Mining Attempt 8bd1c008a4ee0498e55a0f928e0b8e903e901464281f5fa6661e4f6d63703237
Version 20000000
Previous Block 00000000000000000001e6d808f1df5868288ff1a6cf1119f57aecd8b6a1c77a
Merkle Root f2705ae025eb5e2654174d16ac7a10821e8190a518ffbf72bfca4ac367f6fef6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,637
Size: 1.00 vMB
Total Fees: 0.00436023 BTC
Feerates: 100.52 > 0.44 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,916 (394,835 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
520,081 520,081 0000000000000000002c90a425aaf2ef74c8a2078dfa5ca9c77fb100c5120e7a 1,368 0.87/1.00 vMB 44
520,080 520,080 00000000000000000040bd5b8aa62443df1594299f905e3dda8a63375d38287d 2,952 1.00/1.00 vMB 110
520,079 520,079 00000000000000000007a27c6cef91adaf5d52ffb945244e20c0a94ec36d4a6d 86 0.03/1.00 vMB 74
520,078 520,078 0000000000000000001666c4744714d226c7b5921710f66f227e4afa7b7c0ee8 159 0.06/1.00 vMB 87
520,077 520,077 0000000000000000003fbdac337c52166f213b43813c620d687d0c7aa799133e 1,508 0.74/1.00 vMB 56
520,076 520,076 00000000000000000020af87f64b87edbbd0d3e2bdfce6c0c3c94b2854478f60 734 1.00/1.00 vMB 28
520,075 520,075 0000000000000000001a097e444bc9b854739a05dcba4866532a07c0f38c9985 2,108 1.00/1.00 vMB 70
520,074 520,074 000000000000000000421e980da941444480db77509695a191a0dae661ba06bf 400 1.00/1.00 vMB 13
520,073 520,073 000000000000000000100a12dcd5292df1ee0b3a440a15186af7c4070c22bae4 1,645 1.00/1.00 vMB 20
520,072 520,072 0000000000000000003b8640f424506fdefe8c2c777ca2ea51113879a2b10ed9 1,487 1.00/1.00 vMB 58
520,071 520,071 000000000000000000267256288128f1773a6c078d71ea898bf9569664bee56b 2,348 1.00/1.00 vMB 79
520,070 520,070 0000000000000000001442027889f4ef8cf2d0fb7f3f7ef72c727dbd2a232afa 2,162 1.00/1.00 vMB 84
520,069 520,069 0000000000000000001223ad706e343191acc8fec6bf192f1abfc6b24f3982c5 1,985 1.00/1.00 vMB 58
520,068 520,068 00000000000000000034f134001a870e9323d3cf1d5e2f6528eac5090e4afefe 2,274 1.00/1.00 vMB 57
520,067 520,067 00000000000000000030827f3e5068604f9376a2db9a539ab803f3bd9cace3ce 2,701 1.00/1.00 vMB 111
520,066 520,066 00000000000000000011f2a76d7304238f1f34971d2a09c0e5f281fa427d1046 112 0.03/1.00 vMB 68
520,065 520,065 0000000000000000000a1b0886c7f6a1451f16c8eca3e4aaa61c2cb91f9c6e15 594 0.34/1.00 vMB 62
520,064 520,064 0000000000000000002c1b18a81f9998c372b5adbac55264f0adc4be18e4d2f0 2,067 0.69/1.00 vMB 68
520,063 520,063 000000000000000000317b642ec505ef89bfb01448192788d9fcdf04438cf3d5 684 0.22/1.00 vMB 67
520,062 520,062 000000000000000000173c2bd575ca8551e2f5440831024a1777753294e057b6 722 0.27/1.00 vMB 69
520,061 520,061 0000000000000000003995b0f0c69bf6d2a152758741332e2380afc714f695f3 1,830 0.70/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 782.24 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: 655.12 GB
    • Received: 14.26 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.