Loading Tool

Explorer IconExplorer

Memory Pool

26,639 transactions
6.82 vMB
0.05156155 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.42/200 MB

Candidate Block

Mining Attempt f8f3092cdf72eae07ccac890c6d76d451584a8026eda51ad805532dad3848daa
Version 20000000
Previous Block 00000000000000000000f0f8cdddaad53176e3bccba4216d36f8bd37433b7869
Merkle Root 725eff30ab45ed2a419aaad2f3b028a1e60d83733c186277b97abd1ea9d6d8e6
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,688
Size: 1.00 vMB
Total Fees: 0.03059592 BTC
Avg Feerate: 2.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,002 (764,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,764 148,764 00000000000000db4df621fc0b9b8a37879466ca8c01c680b4c76c6cf5243e1c 0.01 MB 53 0
148,763 148,763 00000000000004b5761223e14dc84bc5e46add6e3d4134dc201211d018f05136 0.03 MB 101 163
148,762 148,762 00000000000001ab80ee9b99fcf9b9fba6961ebebd795538f0a081b38a85dc54 0.02 MB 61 127
148,761 148,761 000000000000003ecc4cc55bf40f3a4cecf07938f13481d7408419f7cc639e53 0.00 MB 12 104
148,760 148,760 0000000000000863d3e911c712c833d965da2e06e5916bd0903707453d3d970f 0.02 MB 48 135
148,759 148,759 0000000000000610f7f6f6135fb3199165b940a68242646934554d5403542fc9 0.02 MB 64 3
148,758 148,758 000000000000061484e62ba852fc0d25f38d1082a2515211716551e4e71afa9a 0.00 MB 11 54
148,757 148,757 000000000000032dafc8c2cdea6399c17f840d2c91aac8d127a0c78c7f9984ab 0.01 MB 19 251
148,756 148,756 000000000000011877067a7c419033c66c22521ce277dd41a87ab3afa5dcb200 0.05 MB 121 168
148,755 148,755 000000000000048bbf08785885513d6f1786acdad4b5f17c5f88ac4e5812f894 0.08 MB 64 71
148,754 148,754 0000000000000414f033ed67a0525a1067d253c87892cf5c3d0d1500b13437cf 0.00 MB 7 681
148,753 148,753 000000000000042e7264523f8daafa360196ef38f480476d6d9705f2b27b4d7e 0.01 MB 37 166
148,752 148,752 00000000000005ade4fd717b5fd8c4cc2315eb025de41c9594cf246760547f40 0.03 MB 46 202
148,751 148,751 000000000000047757d7cc14d958086f66601bdfdffbd14eb28a711289b8d1c0 0.01 MB 22 220
148,750 148,750 000000000000098bddd26007a85ed32f4c024a2ad60609177a049a457a93d607 0.02 MB 45 122
148,749 148,749 000000000000094d7736ad213a1e354b692ba0018f2c65010df7a88ccf0f3ee2 0.03 MB 120 45
148,748 148,748 0000000000000108770e6f6daabac9008bcd25ef48eb89f39fcfbf4d144bc06b 0.05 MB 169 60
148,747 148,747 000000000000070c41d8aea74e6faa877939b21a5762df155ed18391ab6152e1 0.03 MB 82 75
148,746 148,746 000000000000040d57924ca536b9632a6e0d2aa3f3cb3b265d957546f95fb0eb 0.01 MB 29 105
148,745 148,745 00000000000007d0864face8237a94d96296cb6ba6ed618a4d90882d560fa934 0.00 MB 11 286
148,744 148,744 000000000000012542736b4489474836ca3cc2d7e42ecd37d003d4b160bc7470 0.02 MB 28 207
Previous 10 blocks ↓
Total Size: 778.84 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: 382.89 GB
    • Received: 3.44 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.