Loading Tool

Explorer IconExplorer

Memory Pool

80,419 transactions
30.18 vMB
0.07408552 BTC
Random Selection Loading Transactions
Max Size: 184.93/200 MB

Candidate Block

Mining Attempt 0c5d82b1c26fd1f391c4b3de73447fc061330c58ac2dab3c1c66cabc2fb3114f
Version 20000000
Previous Block 000000000000000000012b8db8fff0c5a04419eeff4b82e3dbc3d9d67db2980f
Merkle Root 4e94ecc450f8d346aafb44febb88e845df4fc7f702bf10ef544d5902e5ecb603
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,665
Size: 1.00 vMB
Total Fees: 0.00688007 BTC
Feerates: 40.21 > 0.69 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,358 (526,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,678 388,678 000000000000000008993ea6a313e53a9fbf9597fa17141f0e58e7563d41657b 1,340 0.60/1.00 vMB 41
388,677 388,677 00000000000000000ada0a362b78de62cfd4d85a655cd3c4e950886712c6bb3e 1,598 1.00/1.00 vMB 26
388,676 388,676 000000000000000003efa049da56f618260d8883f005b8fa15e643f40a245b22 1,057 0.75/1.00 vMB 24
388,675 388,675 000000000000000001d050cc83f7967e2f3c6ad767292e9c7bf6fee54d600f7c 2,063 0.88/1.00 vMB 46
388,674 388,674 000000000000000006a44ae869e7d3e9a32f787cc14e922a27ec28e136a9ed97 126 0.25/1.00 vMB 8
388,673 388,673 00000000000000000099ffe01ac5f3ce27267dcf8ae48a3af685da85d1d282b7 2,147 0.92/1.00 vMB 41
388,672 388,672 000000000000000002e81869c4973258548d8ca0ab88a92d155e31f0ff77893f 940 0.43/1.00 vMB 42
388,671 388,671 00000000000000000c80d0ca6f21eb1d884fea1fbcc8d1cf769ab6badb8657bf 121 0.17/1.00 vMB 11
388,670 388,670 000000000000000002ec862529f8af6bbf049e7876a32ba8d0d6b31efe1a5b58 1,682 0.70/1.00 vMB 40
388,669 388,669 000000000000000009f0a226693a624783999ab479ff9c7bbefa8557e73fb7fc 561 0.43/1.00 vMB 23
388,668 388,668 00000000000000000309289def4dccd3247f1ff22582f1d58b6d8184bb5a4875 583 0.28/1.00 vMB 34
388,667 388,667 00000000000000000642e43262ba40e00240489350e570379691b77d7d917ec3 547 0.33/1.00 vMB 33
388,666 388,666 000000000000000003ed2ca0aa75893297650214b354e2640b2fb35a05f38442 191 0.29/1.00 vMB 8
388,665 388,665 00000000000000000d629846b3788145ac9fcf826aad44e2824b7599fb2046f1 1,119 0.95/1.00 vMB 25
388,664 388,664 00000000000000000b0fa88aba49025885e5471c1ca04d1ca1e7c68ab0be16cd 444 0.53/1.00 vMB 40
388,663 388,663 00000000000000000aa0d9310bfbde0ae49d8d96aeb8e62e0b3d2aa96fa1d3ca 1,206 0.75/1.00 vMB 26
388,662 388,662 000000000000000008b809ea43c6a481d316f8cb47d877d42a4f99f8a9a015ba 2,200 0.75/1.00 vMB 48
388,661 388,661 00000000000000000a12f6f21521b2fee5a0cfc1fa251427f329b3e44395d7ff 1,918 0.75/1.00 vMB 47
388,660 388,660 0000000000000000040879454cf152cf8684e69b8a2b8cc3db2dc286d30ec997 1,771 0.75/1.00 vMB 42
388,659 388,659 000000000000000006143b410d2ab7e747f313acb106fed8b065a35932cbb4ed 1,962 0.85/1.00 vMB 40
388,658 388,658 0000000000000000018818267484cde74402f4b7864e033c58febb9ba4cf6e3b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.01 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.89 GB
    • Received: 17.98 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.