Loading Tool

Explorer IconExplorer

Memory Pool

22,549 transactions
11.25 vMB
0.02105451 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 63.58/200 MB

Candidate Block

Mining Attempt 796e0f9bdee855db3a0a374f865a22a887f43ca9068358bb61f7ece99a28398f
Version 20000000
Previous Block 00000000000000000000b1de521618cbd09356263d7d1af6df1a48b580f3dbf2
Merkle Root 8819c23382e85d5189c83fbfe2be65a8720044b73690df65db38b5d9ed6971a3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,883
Size: 0.9979675 1.00 vMB
Total Fees: 0.00283583 BTC
Feerates: 58.75 > 0.28 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,746 (762,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
151,366 151,366 00000000000002a938cfd66c019290a27baffb981ad4ac8f9f07131dc9b7d291 11 0.00/1.00 vMB 15
151,365 151,365 00000000000003537bb44568d88fc81278caee53567666196c518fa654104ebc 80 0.03/1.00 vMB 228
151,364 151,364 0000000000000dbecd46f52fd134e80d67c7e064ec96b2bfae2fae30acb8f97a 15 0.01/1.00 vMB 229
151,363 151,363 0000000000000220373f15386f456280064b20694d33c41c90c9dae0c2c86502 80 0.03/1.00 vMB 105
151,362 151,362 00000000000008704bf851a2d9e4fb5639cff85408300ed8d60005d989c0f924 8 0.00/1.00 vMB 16
151,361 151,361 0000000000000517112440b97c156d63acf1e53982e19c77e6edc5085ef6e2de 14 0.00/1.00 vMB 316
151,360 151,360 00000000000008c6791f8c9c47e0ad61b9a5593b0ba2b6b2975f2d2803f591ca 12 0.01/1.00 vMB 139
151,359 151,359 00000000000002ed5c875438a885e40164b8c665d5896555878e5a80c4394f4d 48 0.02/1.00 vMB 221
151,358 151,358 0000000000000ce20ead7770264eb4ea9d1e25518445d3a710356333bdf6e43a 68 0.03/1.00 vMB 105
151,357 151,357 000000000000069a3659c7a017d2f99e96700b25730d3ff80a6dddd0c1cbf9c4 8 0.00/1.00 vMB 880
151,356 151,356 0000000000000d6c8bb447b4b9c4245d015b7e219c835a6cbc6fd37419266aa3 19 0.01/1.00 vMB 414
151,355 151,355 00000000000008414fe38fe3998d8d3f9a5bba5b7b84e5b1c85cd38386ef89c7 11 0.00/1.00 vMB 451
151,354 151,354 0000000000000bdb4be668a9f1b45ec4802939655983191335fa0bd7fe913ada 11 0.01/1.00 vMB 21
151,353 151,353 000000000000034e1c71dd369593f694d7db4e4e2a032ad6abfa3e1cfb02771a 4 0.00/1.00 vMB 52
151,352 151,352 00000000000007cee17ce16458344bc91c653431f0945102b423ff6f09155d7e 8 0.00/1.00 vMB 332
151,351 151,351 000000000000043651e2cf069cce4f8ccccb4755ea20de99313b6e7b59076ba4 23 0.01/1.00 vMB 169
151,350 151,350 00000000000007a1b759c4742913d39b38a6c33801f4c7226c7429d53e352736 77 0.02/1.00 vMB 102
151,349 151,349 0000000000000320fff034f66928465577b1a03d50169626ca865441cbba3381 7 0.01/1.00 vMB 528
151,348 151,348 000000000000019f89aecc106024fb56a20ec8804c4e4f081dc7732137c63e40 12 0.00/1.00 vMB 30
151,347 151,347 0000000000000c680eccffd3f7e19d16537a0d431ccd6d79bacd5ef0aaa85a49 21 0.01/1.00 vMB 208
151,346 151,346 0000000000000afa696e28b65bf2414a7807f34a63ade91d408aa7bf84450004 17 0.01/1.00 vMB 303
Previous 10 blocks ↓
Total Size: 780.17 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: 503.22 GB
    • Received: 3.87 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.