Loading Tool

Explorer IconExplorer

Memory Pool

81,506 transactions
30.16 vMB
0.13117452 BTC
Random Selection Loading Transactions
Max Size: 181.39/200 MB

Candidate Block

Mining Attempt 47d4f2ad8d00dcabea3f8cd5447ff0e5d154d18d28e3269b6faf458f08ec9012
Version 20000000
Previous Block 00000000000000000001da0a60f0698b1c5dd5ff7d15014352ab111436e992fd
Merkle Root 9aed8e8bbaf1b1f7b08f7f63d16ba00d6d2e0787f7b8bec56a0b60327109961e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,425
Size: 1.00 vMB
Total Fees: 0.03875834 BTC
Feerates: 301.60 > 3.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,300 (103,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
811,883 811,883 00000000000000000004050b2b61963803493dbe4bf134a3abc7784bcc8d7c97 1,065 1.00/1.00 vMB 11
811,882 811,882 00000000000000000003f86e566cc269a85cebf0ca79ff3e7a04d9889addfe6b 745 1.00/1.00 vMB 12
811,881 811,881 00000000000000000003771842632b5a9e44e1cd9bc4c97fb1a03ef184084a09 1 0.00/1.00 vMB 0
811,880 811,880 0000000000000000000190abf51d4d17516ac542e9835d3bd2252e211360d3cf 3,051 1.00/1.00 vMB 21
811,879 811,879 00000000000000000002dc7710176934950fa5747ca79a8c23e56b2908925d3a 1,834 1.00/1.00 vMB 18
811,878 811,878 00000000000000000001ae1a54f79911b88c383648d24950424f40b366460e9d 3,438 1.00/1.00 vMB 23
811,877 811,877 00000000000000000001f7afe681eee11dc98be30ed4e8b9d4a0df546414e1aa 3,189 1.00/1.00 vMB 22
811,876 811,876 00000000000000000004cfd2a4c8edafac5cbd376023505605c7157eb42f0d8a 2,941 1.00/1.00 vMB 22
811,875 811,875 000000000000000000021548cdb749ed182ad4666dc54439cbf4aed11504ba8c 3,174 1.00/1.00 vMB 14
811,874 811,874 00000000000000000004ab836a4b7e77fa9b3b4473cde837f89c9003f957e236 1,696 1.00/1.00 vMB 17
811,873 811,873 0000000000000000000287e21e7eb3f2f1ca492a558fbf5b7f59033da858f3e0 3,738 1.00/1.00 vMB 22
811,872 811,872 0000000000000000000188852ce55bb5bdeae70f84e1c24b531e0287fc3b37b2 3,874 1.00/1.00 vMB 22
811,871 811,871 0000000000000000000408ce02b92d215c25b05eeae9ccb46255b7208a61f194 3,366 1.00/1.00 vMB 23
811,870 811,870 0000000000000000000074cba89661782ecd71f1748bd5fd0568febfc574490d 2,866 1.00/1.00 vMB 48
811,869 811,869 000000000000000000003e67e820b7a85b6e5c0344fa0c73d7c0de2224e1fba7 2,271 1.00/1.00 vMB 16
811,868 811,868 00000000000000000002d31055377691da90aa75368337f6a4601de288fedc89 2,763 1.00/1.00 vMB 16
811,867 811,867 00000000000000000000056df2908a2c7463c8055dbb84b6c3b82585d32c5daf 3,317 1.00/1.00 vMB 23
811,866 811,866 00000000000000000003149e2eed4fa9d3a46b316653c14ea80c0225eb57f1af 837 1.00/1.00 vMB 10
811,865 811,865 00000000000000000003f8c348f71aa4cad759b6a4437958a927944f61397530 778 1.00/1.00 vMB 10
811,864 811,864 00000000000000000002e565823446f188f004f19ba71b8b3e8a477bcbff8143 663 1.00/1.00 vMB 9
811,863 811,863 00000000000000000004447a32ef30e3f30c4ff8f0b7c1ce4db4213f5984999b 599 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.91 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: 713.89 GB
    • Received: 17.50 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.