Loading Tool

Explorer IconExplorer

Memory Pool

40,552 transactions
17.82 vMB
0.15828026 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 98.40/200 MB

Candidate Block

Mining Attempt a91d729917f76b8b278451f3645c192002d3cae41c0f058efda035c74ec59fbf
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root fc57c6049066cbc7aa5fedb3ec626c3c39fc96bb1b0b4fb52d51f97d9d44e14d
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,186
Size: 1.00 vMB
Total Fees: 0.04891075 BTC
Median Feerate: 4.04 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (724,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
189,082 189,082 0000000000000669f54636472437f724c952694bd1cf5d4e489d30ca32174d12 211 0.08 vMB 228
189,081 189,081 00000000000000b4ef5fc788fe317738915195d3788d6b914d73a56a2469df59 4 0.00 vMB 31
189,080 189,080 000000000000065ad3ed3f4bc98bf9e14d63ed776eab12fbee2ccd444792d7ee 13 0.00 vMB 32
189,079 189,079 00000000000003999bd6e379c04e924e41751cb1290b1fcf00990a3833e3b263 34 0.01 vMB 35
189,078 189,078 00000000000002ec238c916c8353086d66a987feb9a077881513472f378257ce 31 0.01 vMB 82
189,077 189,077 00000000000006816fc2855b66f9c6ab65462e13cafc78d94b4ab2f1a1c82069 324 0.10 vMB 133
189,076 189,076 000000000000005dcb94b0bfbac5708a1824e07a4d708dcc553280151856dd1f 276 0.14 vMB 117
189,075 189,075 000000000000081e9b85bfd690332ac445ac9895e96ea8113433fcb7e492ffbf 45 0.03 vMB 117
189,074 189,074 00000000000001eeafd8e90c0aa43a06b53a15c0e2311356b45d6e0515c976ba 138 0.05 vMB 48
189,073 189,073 00000000000003570c52d7254620231a95360ec5a0833e1fe9911f174e47c26f 38 0.02 vMB 53
189,072 189,072 00000000000000db4afd22e4188500c105e710a11a99beff2e7fd9ce073b89bf 204 0.11 vMB 111
189,071 189,071 00000000000003134898e2fd675a013de4a896fff0ac3782fe57bbe62c005397 1,024 0.44 vMB 104
189,070 189,070 00000000000004884520eabb219612867b63bf284a9db5329b377c7837bde9bc 169 0.06 vMB 1,733
189,069 189,069 000000000000096b30da5f7f7b022921280ed67b902859bb957aa358cb97ed30 8 0.00 vMB 15
189,068 189,068 00000000000001fcce7bd076f420885fa8120270e534f817f2f73705823d92ab 256 0.12 vMB 145
189,067 189,067 00000000000009268c51db6e146c18d4d423dd26b8b6a91715e741c4d61163a2 127 0.05 vMB 134
189,066 189,066 00000000000003b6fc8f8354af7974118c0680ec35111b0c22dc54eb3d6df032 12 0.00 vMB 30
189,065 189,065 00000000000005b749d2c013885876b6075488f32db2e466f39fc38372f3aa46 10 0.00 vMB 30
189,064 189,064 00000000000001f5b9dff43c37c5bc0ead714afbaf8922af1bfbabc0239eafe1 27 0.01 vMB 42
189,063 189,063 00000000000001a9e20c3ba2816b85a2ffac4a7b66c5a8c1040dc38de0b97229 367 0.13 vMB 195
189,062 189,062 0000000000000103212a09b92da5b7a4737abcea6012708e5a59dfc0dc3bfc07 207 0.06 vMB 45
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

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