Loading Tool

Explorer IconExplorer

Memory Pool

78,180 transactions
29.00 vMB
0.08851390 BTC
Random Selection Loading Transactions
Max Size: 175.37/200 MB

Candidate Block

Mining Attempt 4c9d311a335b24d0606ae77cbfd159bd7036437fb447e22890d10c25e6adec09
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 0a7bf98f17f786a7684d4aba98346d3e554ab4133321eb92f34e856540ff8895
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,323
Size: 1.00 vMB
Total Fees: 0.02793946 BTC
Feerates: 477.45 > 2.80 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (317,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
597,808 597,808 0000000000000000000b1a67f67d8b2887ad25708a5bcf7add1e7368ecb7a6fe 753 1.00/1.00 vMB 14
597,807 597,807 0000000000000000000f08964da33da9a79522fa766396637d59e174739e7c16 2,135 1.00/1.00 vMB 34
597,806 597,806 0000000000000000001350b0de3e60a92ae14612236f6999039b0d74bcca6d6e 1,356 1.00/1.00 vMB 2
597,805 597,805 00000000000000000012005db96e094c40d9cdb0ff4818ba0f2730fdb66a85bf 2,585 1.00/1.00 vMB 23
597,804 597,804 000000000000000000025658eecfe030a751cf3afaaecc1e56c6d1e46f626243 2,853 1.00/1.00 vMB 33
597,803 597,803 000000000000000000017e965201a528f1a766429971765986d0a8d1d1446a66 2,767 1.00/1.00 vMB 27
597,802 597,802 00000000000000000003fda68724bce4d8b415135a2c6c56f21beab3569c4277 2,717 1.00/1.00 vMB 24
597,801 597,801 000000000000000000055bc30b762904ab996430603cafe846cc6adc82c4af1e 3,159 1.00/1.00 vMB 44
597,800 597,800 00000000000000000010df0d04a4b86c133b755ecb7adf96d71e848f2e4fdc37 552 0.17/1.00 vMB 26
597,799 597,799 00000000000000000005d154a4d32dbe5a2825ec441e6f9285216c1684a09343 2,233 0.78/1.00 vMB 20
597,798 597,798 0000000000000000000f9e81edca7d15c90af512dd46ddbe8730d3f59fc62cc9 2,559 0.78/1.00 vMB 18
597,797 597,797 0000000000000000000a0a1094be957c9d0d793a01054bd1b2fb4597e87c5538 3,375 1.00/1.00 vMB 22
597,796 597,796 000000000000000000130d615a8e2c77c124b9f9960cad09328831caa38ff173 3,223 1.00/1.00 vMB 30
597,795 597,795 000000000000000000123966760c7f6a6c367a01d928fdfbf6b7a4cb411f3512 2,060 0.73/1.00 vMB 18
597,794 597,794 0000000000000000000b0bd250434fa5adc808c9246321fda743272901a64bb3 3,137 1.00/1.00 vMB 20
597,793 597,793 0000000000000000001178db7427c387ac5929939a4cf0302043f0ac30f897b4 3,178 1.00/1.00 vMB 29
597,792 597,792 0000000000000000001213ebf079e9d7d98b5184799db3b3f41510dec6b760c5 2,492 0.73/1.00 vMB 16
597,791 597,791 0000000000000000000767720d0271a420c9094f15e4b2d137b55946059fcc0e 3,497 1.00/1.00 vMB 14
597,790 597,790 00000000000000000014e7af78f97efa67fa7b150109a4c9d612c980832426fd 3,233 1.00/1.00 vMB 42
597,789 597,789 00000000000000000006da4488b625bfb6e4f9b7f2e64ae82f9d9c013ea5d890 2,769 1.00/1.00 vMB 27
597,788 597,788 000000000000000000111fe1578666a242b02797115fa8f83cd880ab5120d1dc 3,467 0.95/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.63 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: 672.17 GB
    • Received: 16.17 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.