Memory Pool Memory Pool Refreshing

4,248 transactions
1.89 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,995 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,365 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,994 (791,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,307 116,307 0000000000005c2c51c1cab517dc800be0511fcf7d9ceca0224fec03649f934c 0.00 MB 13 333
116,306 116,306 00000000000012132896075af1f3bf3046ea2b522eb93ba73d809fea44c113aa 0.00 MB 12 0
116,305 116,305 000000000000692741cfffb468af3066d388f7f9261f705bdde0c6c83705d5eb 0.00 MB 12 0
116,304 116,304 0000000000000f1081bbd6eb4af8e40d18eb3d8ed5bf1782d168420808fb4660 0.00 MB 11 0
116,303 116,303 000000000000ab60748d8c6b31d5e278abf8b7f66b12cbf865c442d6f4b8dcf0 0.00 MB 11 0
116,302 116,302 00000000000090368a5fd73d38e2888326e4f9b03feb971d7e3faa0142acd91e 0.00 MB 12 0
116,301 116,301 0000000000002feccfec1d1ab6e479b307caa12e88fd506c2a267ae89b1081bd 0.00 MB 12 338
116,300 116,300 0000000000004d16919d8d7c06f6de2e928839eba4cd004bde3c5f884dde4dbc 0.00 MB 12 342
116,299 116,299 00000000000091d58a4f9ddb87de25f09a6ea9f50af6c09521425653ae96d5fb 0.00 MB 12 0
116,298 116,298 00000000000056d76f1df65f717af5f4139d7050322944b2061398034fab7d23 0.00 MB 12 0
116,297 116,297 0000000000000a3944389d183028796fe4f714f78d8a23c6179d8ea38cce7e37 0.00 MB 12 0
116,296 116,296 000000000000363487616d72c3074227b6dd7bd809d6ef7364bcf85bd3d0c34b 0.01 MB 5 1,086
116,295 116,295 0000000000009654db168b16fee0d228eda32d02cf6cdb02578118bca18e5ee6 0.00 MB 12 356
116,294 116,294 000000000000e242a6acf303d40f5a9d98f0e3cf836fe35376526b76374d82ad 0.00 MB 1 0
116,293 116,293 0000000000003299955437d7bf8d7cd7a37ccc80adc0fb5581cdc68202d76275 0.00 MB 11 0
116,292 116,292 0000000000009ab13ed907564202005d022fcbf51f3a2f543a9c1b2dbbfca7a7 0.00 MB 7 0
116,291 116,291 000000000000de35622edb835af847dbcaa1af0067b3db87ba89f734a676847e 0.00 MB 12 0
116,290 116,290 0000000000001cc64f04b08a75f7d43827c00d9b0552d81b0b45292887c106dc 0.00 MB 8 0
116,289 116,289 000000000000417c94d689f0d32760abca09c01b25af76996ca517ce4e9d2e09 0.00 MB 11 0
116,288 116,288 000000000000a50d38e2dd2f90f02fdb623228fa4fe9776dae390144fcc3c221 0.00 MB 7 792
116,287 116,287 000000000000e8a2f59244c1f53441de016985843f37884153538b3d3dfb1fc8 0.01 MB 2 1,011
Previous 10 blocks ↓
Total Size: 769.54 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,648.20 GB sent, 95.63 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.