Loading Tool

Explorer IconExplorer

Memory Pool

82,885 transactions
31.88 vMB
0.11919400 BTC
Random Selection Loading Transactions
Max Size: 191.30/200 MB

Candidate Block

Mining Attempt 80a2c0761d9ef94786da5bedfb7eff1691ac1911053f833852efb8fb3b23f3af
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root b813c73e88fd346dcb405c5897383f0a4fc95410be0bc8ec0fdff235918e3d0d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,732
Size: 1.00 vMB
Total Fees: 0.03140512 BTC
Feerates: 318.30 > 3.15 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (535,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
379,692 379,692 000000000000000003237b6f4d0256d1c5c80591c91e826833e58bb4462dddbe 922 1.00/1.00 vMB 15
379,691 379,691 0000000000000000010c488ff931a30573647da09058535a0bdd7481cafb7b5e 1,877 0.99/1.00 vMB 33
379,690 379,690 0000000000000000078ab067ac8766e4c0a6159b7ad6f84055685bf30060f2a0 2,110 0.99/1.00 vMB 38
379,689 379,689 00000000000000000e8bad2c952198ccc91cf5b25417c6fef2cce4373c5b6c01 689 0.28/1.00 vMB 45
379,688 379,688 0000000000000000035e52ab43bf083e8bdcf46277cd5fe6089a3140c8cc6650 1,319 1.00/1.00 vMB 23
379,687 379,687 00000000000000000aefad8b4ec3f4bdfb1410d4387a842baafb86bcb53055f1 493 0.33/1.00 vMB 26
379,686 379,686 00000000000000000dfe2fa84ca10b0abdadb9a0ce62d94c40fea99f9d5740cc 851 0.36/1.00 vMB 52
379,685 379,685 00000000000000000b16e7069737693cab80ba569b9c4910a0c713f06067f478 1,205 0.51/1.00 vMB 41
379,684 379,684 00000000000000000f01b2b7105887e195e7ca5e379b4cfb14eae1b8890db2d9 610 0.41/1.00 vMB 31
379,683 379,683 0000000000000000072e0ac4467039d326db87a68818cbd8822b748e9dd5cee0 1,894 0.75/1.00 vMB 47
379,682 379,682 00000000000000000b21c3b23a8338d8fc45965bb19f599cd7813c0d410f494a 1,543 0.75/1.00 vMB 40
379,681 379,681 00000000000000000dddf8e6932f750e805c6e2ccdb0017340b932a42dae9039 322 0.19/1.00 vMB 62
379,680 379,680 000000000000000001e497622f56f34bb6c2682a8d7d03bf59191868a3fc3f94 1,964 0.86/1.00 vMB 44
379,679 379,679 00000000000000001002e3cd832b06c2b113ebb1c7fb576f40763ea77cffb81b 1,794 0.75/1.00 vMB 41
379,678 379,678 0000000000000000085efb9bf1d6ca2bf3155bfd5948d2f658336f814987dacb 463 0.25/1.00 vMB 31
379,677 379,677 0000000000000000099731e50f1ec539a8564ea34a85f0567d27d86e12604b85 1,105 0.54/1.00 vMB 36
379,676 379,676 0000000000000000004b346a775a163306f92f29bf5ea88efe4e4fe9e17014f0 1 0.00/1.00 vMB 0
379,675 379,675 00000000000000000a5d079b1452fcd2cfdb0b9fda1d190617a5c57c804a8a8c 1,572 0.75/1.00 vMB 40
379,674 379,674 00000000000000000e021b61fa4f38c834512943d41fbaefffe33761e91e1581 2,033 0.95/1.00 vMB 47
379,673 379,673 00000000000000000eeaeefece65d184cf6c68fa5168d50bf15e0613af362cc7 1,492 0.75/1.00 vMB 37
379,672 379,672 00000000000000000be2e46465a38130fe80785b5daf27214b16dfd34c9196ab 633 0.33/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 783.00 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: 718.81 GB
    • Received: 17.95 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.