Memory Pool Memory Pool Refreshing

5,666 transactions
3.08 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,653 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (788,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
119,069 119,069 0000000000009463414b605f43111c6893c10a3db9f0e9b6b98bc2936368dc70 0.01 MB 18 957
119,068 119,068 000000000000b1de0cb4ae49cb6751d5f39f6f9649c7b06522d49a79930df69c 0.03 MB 47 580
119,067 119,067 0000000000002657947538077134d66ea666fc8b78d0039c658a878fd2d070d5 0.02 MB 49 5
119,066 119,066 0000000000009491b8654d2601c07732777fdd569fe657632120f200cb3b3e18 0.01 MB 6 440
119,065 119,065 0000000000005031c5e47e06afed5efc0f5657178eb00ee8bd245c4df8811e4a 0.00 MB 12 1,665
119,064 119,064 0000000000003ce25576fcf5a989efeb5ff2af50d572d5122742a0c04a30f827 0.00 MB 8 838
119,063 119,063 000000000000a8934f7a74f6eefc536c2945d39a5820c5bf5f1a5bb751ec82ff 0.01 MB 41 1,217
119,062 119,062 00000000000055937c349b31dcde79beea3f0c04417055fb6f06310582b2953d 0.00 MB 11 0
119,061 119,061 0000000000008fa819010cf1690534be2477b763b1c1eaf362b67107d4198195 0.00 MB 10 619
119,060 119,060 000000000000a091542b70b3d088d0065c06552a7f8d9e92c32feb809d3148f5 0.00 MB 13 584
119,059 119,059 000000000000a4904988f4366e1f183379d988694907ca3ccee83402f6c136ce 0.00 MB 14 1,551
119,058 119,058 0000000000003dc8113d16a0d7bbf2229425425395547a71b6a4f081da79475f 0.00 MB 14 1,203
119,057 119,057 0000000000000360044af167ed228ef8871008152828220689a359b05bd7d3ed 0.01 MB 31 1,125
119,056 119,056 0000000000009d26630109fbdd7d18822a380a410cf2a3328fa0e375c4241f2c 0.00 MB 5 2,210
119,055 119,055 00000000000077a74942ce044fe3f438aa7403ddb7007b370c2f06e7db9ebfaf 0.04 MB 108 0
119,054 119,054 0000000000007a6bf7096c8b7e7361d813a221d25041ded796768d24857e9686 0.01 MB 20 485
119,053 119,053 0000000000001643e9ea2db0777af0463dedf8f811ade006bc8e5a6d2bd5b0ef 0.00 MB 10 0
119,052 119,052 0000000000007654bea64385c8adf9903caed5ba40ef38ed7411d07bfcbe6714 0.00 MB 1 0
119,051 119,051 000000000000ae5c2c8899c213f662542022b56a266a57f5988cfd7e2a2d1d73 0.00 MB 9 1,028
119,050 119,050 000000000000738565d6d154a06cd741c6a23fa3b1149c7b0873fc4afbdf242a 0.02 MB 63 304
119,049 119,049 000000000000a5c63aed1e66907f48d8f432943a29d4d86853c28f0d919c019e 0.02 MB 51 1,329
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.