Memory Pool Memory Pool Refreshing

10,016 transactions
4.63 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,904 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (571,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
336,018 336,018 00000000000000000c9971e4ce8e576a82d7bcb93954a145d9529a30d2ea3aed 0.17 MB 343 54
336,017 336,017 000000000000000005ca0c9b55f41ed1b9ae107f0d48564ce53489384667171d 0.12 MB 235 40
336,016 336,016 000000000000000003b9e7eee9dcf5ed618d8c9398b097f142a7f383a96427f7 0.37 MB 696 45
336,015 336,015 00000000000000000f4879f3395beed8d587b89d037b19a1210216a8e67c4a7c 0.45 MB 855 65
336,014 336,014 0000000000000000065fd42516b725aef28b6566c4b9b506039fcadb2d422512 0.15 MB 261 62
336,013 336,013 00000000000000001b775559e0790b52322c1e344e57051f349bfa34f90e6f47 0.19 MB 378 41
336,012 336,012 00000000000000000a3acdb8e03fd26e451e51c1c4d80fec69ab3c9d402d2575 0.34 MB 547 48
336,011 336,011 000000000000000015922ab0f453e45561452f68f4640ea4fd7a48007f315fa9 0.04 MB 77 8
336,010 336,010 000000000000000017480021f293479c39652aacec3d27b400f24e5c2623c18c 0.33 MB 457 52
336,009 336,009 0000000000000000180f2d4c8c14dd7583494b1973b49d50d029f1792350790a 0.16 MB 319 70
336,008 336,008 000000000000000019489f48d53ed7450b13c0199f9c0c42374a166b667e24cc 0.66 MB 1,210 71
336,007 336,007 0000000000000000055eeb0cbcccc70a7ce1469449997a5dd0948cfaff340c6a 0.05 MB 54 2
336,006 336,006 000000000000000010b74c085a656665cb4ccc865be08ef9588ec75ca2596348 0.22 MB 245 33
336,005 336,005 00000000000000000f0ba65c09571c4a30c4f12dff045a6c6313d12f43fc6c62 0.00 MB 1 0
336,004 336,004 000000000000000015a99954dd798da33d183a3fe347a8d9517a7a9b6e434de6 0.95 MB 1,287 89
336,003 336,003 000000000000000010c5bd9ff54dc2a806e100d0416bf8cb870258a7135af635 0.41 MB 1,179 40
336,002 336,002 00000000000000000f8479e040d031adb9c7580bdb62929004ae4e4bf06307b1 0.37 MB 722 46
336,001 336,001 000000000000000011bbfbfe73d56175a1906ca1eec461876887123e3f69a42e 0.10 MB 101 21
336,000 336,000 0000000000000000125e3e6f327edcd7163b486efc16e79b8a996270127b54df 0.10 MB 187 44
335,999 335,999 0000000000000000100771d21cd8e6f0d239f88311732c32aa7b7a094f2533d5 0.75 MB 1,608 68
335,998 335,998 0000000000000000177e6482846129d517655914223f610f01020175a11f7c43 0.27 MB 498 47
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,625.36 GB sent, 93.03 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.