Loading Tool

Explorer IconExplorer

Memory Pool

28,967 transactions
9.52 vMB
0.10100893 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.02/200 MB

Candidate Block

Mining Attempt 831791a47b71f5cfb455f8e7c304f6f060c000bb0b7bef825be414b2a446b50e
Version 20000000
Previous Block 0000000000000000000100c607e5fb02a3a79e6481631dfb85d36b8d3ee157d9
Merkle Root bf9c4f12ebe9fda1d6d8978b5d38acb10b436fd68525df9275bdea9184cfe3ef
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,999
Size: 1.00 vMB
Total Fees: 0.02899368 BTC
Median Feerate: 2.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,219 (688,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
225,080 225,080 000000000000018fd8c0b6be46ba1612ca0037d8365c745e707f0f78f10b5772 897 0.45 vMB 183
225,079 225,079 000000000000018d5cee1e692f24982a11b94595db51f22dcca8c978b87c2b5e 265 0.15 vMB 80
225,078 225,078 00000000000003941050c4c4b84189bebbcf194df74345bc7785787d605b9937 32 0.06 vMB 57
225,077 225,077 000000000000010243f2161efd56f3c173c66f6710ffb5670867eaa8c4e40363 206 0.12 vMB 157
225,076 225,076 0000000000000013a5ff00e77f448ffc1ca5e5a928d71d3612148601e3785cbb 218 0.18 vMB 112
225,075 225,075 0000000000000027ca77b474bc9f797a0d4be70297902f4ff4b348841d20cece 419 0.25 vMB 153
225,074 225,074 00000000000003cc35719b8d792aac1b50ae86345f1cd47470e530f685d36c79 557 0.25 vMB 191
225,073 225,073 00000000000001373a2f3a9461597ddb91219dca11450e958c041a42e51f4374 13 0.00 vMB 296
225,072 225,072 000000000000036561a49bebaa515725b4915d3f46af7bce45f1c58464c37f79 520 0.25 vMB 175
225,071 225,071 000000000000014354ac07c57152d221aa8653019a68b0e8d391634db1f07af4 647 0.24 vMB 223
225,070 225,070 00000000000001b2299283829460944c4c74ee7805f11dc9dfa18a74d5d7ebf2 8 0.00 vMB 178
225,069 225,069 00000000000000dd017c7b31dcb2c554b81a8744eddd9e321ec22e5606351e27 682 0.25 vMB 212
225,068 225,068 0000000000000356531d69ac5396774252e1983067d6972341c34b4c73fd2186 256 0.30 vMB 54
225,067 225,067 00000000000002bc3883b1bb2e344fbd7f10fb781efcf86faf4b63d6bf015835 8 0.00 vMB 148
225,066 225,066 000000000000038e4ab0f16e0ad5423efe66bd9485a1fae019ad068dd88b082c 823 0.25 vMB 312
225,065 225,065 0000000000000318003fa15c90c1f69b33fbc9d107e0ca7c88292689dacf25ab 103 0.06 vMB 146
225,064 225,064 00000000000001beab8f27aa46b5e960331991f56b00d3ad93b6c58a3d245b79 100 0.11 vMB 54
225,063 225,063 0000000000000290c08ddd7b13f2f316b0d02b746be92b4cc9df8913ff364b69 625 0.25 vMB 216
225,062 225,062 000000000000004fd9fc2685f0e06adeb61af88b66a8f4f2fb06eebc1010ae6a 419 0.17 vMB 216
225,061 225,061 0000000000000067c6797f5b9bbd1eff87763006b3891dc8b443d895fab73122 456 0.20 vMB 195
225,060 225,060 00000000000000cc14638d0fd4728b7ff8f71bd7bdde8efc07b1b79f8bd05a84 81 0.05 vMB 144
Previous 10 blocks ↓
Total Size: 779.24 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 71
    • Outgoing: 10
  • Data Transfer:
    • Sent: 23.33 GB
    • Received: 0.46 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.