Loading Tool

Explorer IconExplorer

Memory Pool

23,764 transactions
11.76 vMB
0.04049037 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.19/200 MB

Candidate Block

Mining Attempt 64075990185a2adeb864488d7f54793a484eb1ef2685d5529f531a67377e62a9
Version 20000000
Previous Block 00000000000000000000e302f3878319182556fceedbb9bd50b83b87694db006
Merkle Root 557ae2cb6c01ce4d899fff59220609b3ab8ac817b5f19fbcf53c966fe6b2b84d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,391
Size: 0.9978895 1.00 vMB
Total Fees: 0.02105530 BTC
Feerates: 503.57 > 2.11 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,669 (625,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
288,297 288,297 0000000000000000aac7c5ed21e0d8d89eb9e5c9bc811c30760f08e404cad4d3 392 0.26/1.00 vMB 34
288,296 288,296 000000000000000036fbdc3d7321e3965733164ec274a9952e2a6ba15de5c48a 167 0.06/1.00 vMB 54
288,295 288,295 0000000000000000a0b04f54baf8149440eec644886ca4ff0813f99e15f28652 224 0.10/1.00 vMB 38
288,294 288,294 00000000000000010561a54552b16ac2c629f5d13b2b99892c4da41b374d07b6 693 0.39/1.00 vMB 36
288,293 288,293 0000000000000000751ead2323c8f2caa5217d71d9c7aa12c87af2b28c8c39f7 924 0.53/1.00 vMB 32
288,292 288,292 00000000000000001e5c305c41d1ae53dc68a0dfa18d26e9d157ebc50ff8482f 783 0.46/1.00 vMB 33
288,291 288,291 00000000000000003808de9311b1916c60e9c8d0247cb3dd26b0fc760798cdbc 367 0.21/1.00 vMB 38
288,290 288,290 000000000000000118cd89e53b404015b876b956524feb036e2f3af85fbe9c41 358 0.17/1.00 vMB 74
288,289 288,289 00000000000000002ed6e9f51dbeb9284afc39bb61eb1ad32bf91a2baf491714 104 0.06/1.00 vMB 33
288,288 288,288 000000000000000119ded60e1041481b96257dbcb43889e9e7c5f9e410663f6b 310 0.16/1.00 vMB 39
288,287 288,287 00000000000000000b83d3947d2790ab0bcbbb61eba1eb8d8f0f0eb3e9d461e0 99 0.05/1.00 vMB 40
288,286 288,286 0000000000000000c0051408bfc4f245dae67ff5b81977c3d57e3a0f7e207c3c 147 0.10/1.00 vMB 22
288,285 288,285 0000000000000000ad266affba72f3a546b28c2527cfdb2c550d74088f78b186 534 0.34/1.00 vMB 30
288,284 288,284 0000000000000000bb6563aa2c628dfe543151ff029c8b39d40fc032e6cce3d8 99 0.07/1.00 vMB 20
288,283 288,283 0000000000000000d33fb2b26620eee45ad1d3364dfe7cf5caf964da9d058b55 852 0.56/1.00 vMB 24
288,282 288,282 00000000000000009f468f6fd1f6f5114d2ffef3ec4c14470594acffa2fc361d 1 0.00/1.00 vMB 0
288,281 288,281 00000000000000007c73802352cc9f84c4b434fc3614add4d60ba09b7dbf0503 128 0.05/1.00 vMB 91
288,280 288,280 0000000000000000aaf0b623cafb07117aff782ff373d7f39b60456f4ed72a47 109 0.07/1.00 vMB 146
288,279 288,279 0000000000000000d712ba240b34e6480ccd44b99c5191f2340d6f97ab8e8569 101 0.08/1.00 vMB 29
288,278 288,278 000000000000000004f8215965a6527e46b8331f162476c60b302fc6b602e061 384 0.30/1.00 vMB 21
288,277 288,277 0000000000000000173fe2f1607106e7755219d571bfb9ea205b3d95712ad88b 149 0.06/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 780.04 GB

Node Details:

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