Loading Tool

Explorer IconExplorer

Memory Pool

41,514 transactions
27.60 vMB
0.07369689 BTC
Random Selection Loading Transactions
Max Size: 142.43/200 MB

Candidate Block

Mining Attempt ac46adfd725050da3447db3b4caf954e86dd74e782fa9c8e77cc7d28b6578376
Version 20000000
Previous Block 00000000000000000000a1786ddd55fd420afa28e0b26d3cdf698b7c13a266b5
Merkle Root 3e214ba112ac508e6af773fa4b796dad52238a20fb6f50a12cf376fc76a01c89
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,246
Size: 1.00 vMB
Total Fees: 0.01949840 BTC
Feerates: 101.47 > 1.95 > 0.60 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,661 (86,364 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
828,297 828,297 0000000000000000000128c793279878b45601c31a3811e41c577796d525f83f 2,933 1.00/1.00 vMB 25
828,296 828,296 0000000000000000000390381bb47a821f114fdb08a82185b425cd4393481ce7 2,841 1.00/1.00 vMB 29
828,295 828,295 0000000000000000000087c4ac5b6804ad0850e02564b13583e3ca2e5ab7382b 2,927 1.00/1.00 vMB 40
828,294 828,294 00000000000000000003fd7eecec2a1ecc4236c1eef0b2ac5b8a307ffb2da98e 3,036 1.00/1.00 vMB 31
828,293 828,293 0000000000000000000146a8ef73f2f6bc0506d689bac93ad1d5410c43c59405 3,080 1.00/1.00 vMB 42
828,292 828,292 00000000000000000000d95618107a72e1d1b9d97cfd4b242874e5594b8fbada 1,587 1.00/1.00 vMB 26
828,291 828,291 00000000000000000001f00d8c04332843efae8b7ad56d4d02597807373a6b4d 2,961 1.00/1.00 vMB 31
828,290 828,290 00000000000000000003d7ddc051456fb524a58d049c3d5610517cd80c122bef 3,238 1.00/1.00 vMB 40
828,289 828,289 000000000000000000034e8214f7ffedc702f70cc2e7050f0c6c34aa3b682dbb 2,270 1.00/1.00 vMB 31
828,288 828,288 00000000000000000003f3dd7f02b0982716bde9c8663a4f31730dcef968af44 2,273 1.00/1.00 vMB 26
828,287 828,287 0000000000000000000354ffb3fefeb111aec8c15303cec52a5a80d07b2e0405 3,396 1.00/1.00 vMB 33
828,286 828,286 00000000000000000003acfdbc242b9aa3b0fe450907b0d9effaeac9ed93ff9b 3,309 1.00/1.00 vMB 31
828,285 828,285 000000000000000000037c12a71c60e63222f2299f3bb8fcdf6ce2725ebca4c1 4,115 1.00/1.00 vMB 37
828,284 828,284 000000000000000000021cc74c4da673f53f0cad485844e4bcdd4e42514ba420 4,570 1.00/1.00 vMB 24
828,283 828,283 000000000000000000028740769ced80e1b1dac9a6a67650dc561dfdcc28fba6 6,064 1.00/1.00 vMB 24
828,282 828,282 00000000000000000003524b7e5b35fb9386ad175889c79d420dff1967f65c9c 2,946 1.00/1.00 vMB 34
828,281 828,281 00000000000000000000452ef6c44ad9a09a6d868a4e148c37a0cc9af1d6e15a 6,223 1.00/1.00 vMB 25
828,280 828,280 00000000000000000000279cc0536a9247029a23ebc0d70b58456373f86eb9f4 4,884 1.00/1.00 vMB 28
828,279 828,279 0000000000000000000073c4d5af8a49df9815f3db30f4db28ce0d7aac42dfd4 2,461 1.00/1.00 vMB 29
828,278 828,278 0000000000000000000225afcb4e060bf066538b6e7d0ddc461fb7452fcf1213 3,236 1.00/1.00 vMB 32
828,277 828,277 00000000000000000001015d6f4b926c4f092aa8d9d8b497552dfdc0605f8d5e 3,287 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 781.79 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: 634.08 GB
    • Received: 12.24 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.