Memory Pool Memory Pool Refreshing

5,561 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,060 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (704,378 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,352 203,352 00000000000002c1fc5e3adf5352b71ffc129d765ebb9914126d5f60b478a096 0.10 MB 159 113
203,351 203,351 00000000000004a2a531f5e619122134dd93e4e65093f32cffffdc08e0041f1f 0.00 MB 13 27
203,350 203,350 0000000000000033034cc267a686425470d19bb13f629eaaec33eb1feb682924 0.05 MB 127 281
203,349 203,349 000000000000028107507cf217e510505016a60fa3d6a2362b25e5d68a616bf8 0.08 MB 149 116
203,348 203,348 000000000000039df7368e09fd50ab5debc63729d276288395566292cd78ea50 0.05 MB 127 233
203,347 203,347 0000000000000452c9c9ee80c8a469494f42f9f919c87d0131bafb97b95b96da 0.05 MB 144 59
203,346 203,346 000000000000025758bebb3da1721d4a108621b2fa591738a64e393294b514a2 0.00 MB 15 61
203,345 203,345 0000000000000330525b83dad752efab8e7147b790f7ae80f17fb3c5bbcdc91d 0.02 MB 24 72
203,344 203,344 000000000000034ad3462af553069832278fb46ad35efdd59d1ae0b2d0811ee3 0.12 MB 278 167
203,343 203,343 0000000000000379a05c6bd6199a1f5bb434fcc355387e4c95bf0e1fcad61745 0.01 MB 18 65
203,342 203,342 000000000000035b88877b11979c5d66502a51385a94734874b421105b0a24ec 0.14 MB 162 140
203,341 203,341 000000000000017996b0940c6aaa4b6e04d84300632e1d75815f9bf04819b693 0.05 MB 110 121
203,340 203,340 00000000000004752aa879750670ff0f992e2597a8a9efc6aeebe6dfca2acbf5 0.03 MB 51 320
203,339 203,339 00000000000004bf34fbd86af99f0c322ac4c2027c167bdd42bccad43e2d2d12 0.02 MB 31 130
203,338 203,338 00000000000002c5e3e1a010cbdcb690b94355e3cb4a8602dee04576a16bdf9f 0.08 MB 180 175
203,337 203,337 0000000000000158c28e0f35b11294716c633ca0b06c81ecef3621e5ece196f1 0.01 MB 27 104
203,336 203,336 0000000000000031a19120bca5640bdaf19acae261fe27ce4cb5ea4360238296 0.10 MB 121 39
203,335 203,335 00000000000004fbaae18efd5de32f7ff09e22098a53fea56d3b0a240299708e 0.31 MB 706 176
203,334 203,334 000000000000006bf44127a4ef197db3310f51912f105eb3f3b0e23c2c5b4bb7 0.00 MB 1 0
203,333 203,333 0000000000000245d9dfddf54c005c36d4377ff141ff942a9f0efbb646fe39d0 0.02 MB 39 76
203,332 203,332 0000000000000213f2d19a9b26ea5f71753e854e202e13c944ac829087e2c767 0.12 MB 276 123
Previous 10 blocks ↓
Total Size: 769.04 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,626.28 GB sent, 93.06 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.