Loading Tool

Explorer IconExplorer

Memory Pool

75,414 transactions
27.73 vMB
0.07526416 BTC
Random Selection Loading Transactions
Max Size: 169.17/200 MB

Candidate Block

Mining Attempt 0d58dfee751a1993ceb2d8057b3e622b54cadb811b79740e18d10787f8c2a033
Version 20000000
Previous Block 00000000000000000000eb6f61bd9defd18e41bcd69e7e89dae8b0fff50507e2
Merkle Root b8718efe15b1dfaf152b86746b486475a1a8c06155718438ec2499a99aa71ec6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,659
Size: 1.00 vMB
Total Fees: 0.01588382 BTC
Feerates: 99.50 > 1.59 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,259 (210,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
704,266 704,266 00000000000000000008ee4b67b7caaf59ade8bc2127b76911970cc4b778bf44 1,153 1.00/1.00 vMB 10
704,265 704,265 00000000000000000008133b2acdfdd126c0b089e4cf2675f15df9aa7e651376 3,021 1.00/1.00 vMB 21
704,264 704,264 000000000000000000057ee0b736859c190d1dbfc98b79bed27b36480e350305 1,617 1.00/1.00 vMB 9
704,263 704,263 00000000000000000000b232b028bfe62f7eaed4f70536fab5b9a5ba541b4844 2,649 1.00/1.00 vMB 14
704,262 704,262 0000000000000000000e0cc8e179ac2204cb2c10f737325795bc8bece2ba13f7 489 1.00/1.00 vMB 2
704,261 704,261 000000000000000000075c0a653990ea6edb180e7ed5deb5dda8b4d70f1c5fe0 1,781 1.00/1.00 vMB 10
704,260 704,260 00000000000000000005ed64ea3c77d0269cd72e077c2df76f6fef9ded2e15f5 536 1.00/1.00 vMB 2
704,259 704,259 00000000000000000001cd5db1d1576bebd7835bc9c6e1c660ca9506f46a20f2 1,406 1.00/1.00 vMB 4
704,258 704,258 00000000000000000004b60e6f66608e3c21a5a053a2af718e2f1e5898e37602 2,069 1.00/1.00 vMB 16
704,257 704,257 000000000000000000000e4d9bc136f3ef122f1c7d823d4c765c4e609409c82f 788 1.00/1.00 vMB 5
704,256 704,256 0000000000000000000465f5acfcd603337994261a4d67a647cb49866c98b538 3,301 1.00/1.00 vMB 8
704,255 704,255 0000000000000000000e047c6929c920cb8be5465ca94d96a1999edaa69f07c0 2,489 1.00/1.00 vMB 6
704,254 704,254 000000000000000000085eade3a03e7b494b5c5cce5acedea0aa4b8e91a0bd31 1,555 1.00/1.00 vMB 13
704,253 704,253 00000000000000000003b7e98073b2d3314aabb20a9b21e177daa6be0f6445e3 2,271 1.00/1.00 vMB 26
704,252 704,252 0000000000000000000ba1d5d0b71fe935d0054c13be3d12c16f7faa6fb69878 2,590 1.00/1.00 vMB 11
704,251 704,251 00000000000000000009f7dc62540b2d8d8b75bf80b981bdf18d15f5c88a9e3f 2,279 1.00/1.00 vMB 15
704,250 704,250 0000000000000000000b87371bf282267b842df54b5540d04fb763baa49df1b5 2,070 1.00/1.00 vMB 8
704,249 704,249 00000000000000000005858032aa281cbd21efbb82ad5413d8e0194174bfe130 2,399 1.00/1.00 vMB 12
704,248 704,248 0000000000000000000110142d5faf5e779d6fed88d9b6f0e5c874e06e04cc60 3,027 1.00/1.00 vMB 21
704,247 704,247 000000000000000000091bd457254a1db95b950d3fbb9f2e7b08157cbfc554e2 2,368 1.00/1.00 vMB 27
704,246 704,246 0000000000000000000826a9d4c256dfab4c86cc595b9ffaf2337c113b9ef5aa 769 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.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: 712.18 GB
    • Received: 17.16 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.