Memory Pool Memory Pool Refreshing

19,349 transactions
4.28 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,220 (78,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
828,315 828,315 00000000000000000000dcc7fbddce92ed71c32b79de007f4205f82ed5f12447 1.73 MB 3,791 35
828,314 828,314 00000000000000000003b6ec38db454f79a9d1da55c9061ab567bcbd8d6346d6 1.58 MB 2,971 39
828,313 828,313 00000000000000000003ff3b0a00e81fa6d31cddc44b9667c39b2fa04d1c68fe 1.63 MB 3,634 31
828,312 828,312 00000000000000000003dc90c8c5fa7fa2e4faab1a70bb29879541355215f52e 1.59 MB 1,902 31
828,311 828,311 00000000000000000003ac1f90e2cc67137f5e7c05ffa7da6406e83f753b2540 1.53 MB 2,745 39
828,310 828,310 000000000000000000015820dd9689ece298850f3a7aea17efdaf397f682871f 1.68 MB 2,494 42
828,309 828,309 00000000000000000000d18a170fdff83458a639757db8b7389ad160fde3dc53 1.66 MB 3,508 36
828,308 828,308 00000000000000000002f7924ca763fba6b1602ac2a687ef866c213a1e535763 1.55 MB 3,120 53
828,307 828,307 00000000000000000001bb80a64471578b7bd5088f6b1a02d74d657cab040702 1.90 MB 1,381 30
828,306 828,306 000000000000000000014b857669cc5b1176bdb93aa087d805d128f90a883152 1.66 MB 2,483 38
828,305 828,305 00000000000000000002f7d7bcbd0d0a1811c4aa78782e04751640295c2b9e97 1.71 MB 3,432 34
828,304 828,304 000000000000000000022f367643b1de89524aecce44b11abc3c41d2e0e87b62 1.65 MB 2,980 43
828,303 828,303 0000000000000000000017ed088a092d5c2b5c3758ecbeffaf854cf18a508b57 1.54 MB 3,266 48
828,302 828,302 000000000000000000038a1539878bd8382f5852ad1192e38b16d26f162e3ef4 1.58 MB 3,114 38
828,301 828,301 00000000000000000001680a104bb1f27be71ae1d8f22acfdb6c55b46847f4e8 1.55 MB 3,280 51
828,300 828,300 000000000000000000037b2bb87c9c4c2ee9a046343316b9c7df3756c45f5a13 1.59 MB 3,169 52
828,299 828,299 00000000000000000000adb84e81ec05eb8eb45fdb0940cfa4632ca6a0e19272 1.56 MB 2,954 43
828,298 828,298 00000000000000000000c43bf5c9d95f518d64fe4a479c3b09d8e676a2f4c32a 1.47 MB 2,017 26
828,297 828,297 0000000000000000000128c793279878b45601c31a3811e41c577796d525f83f 1.45 MB 2,933 25
828,296 828,296 0000000000000000000390381bb47a821f114fdb08a82185b425cd4393481ce7 1.86 MB 2,841 29
828,295 828,295 0000000000000000000087c4ac5b6804ad0850e02564b13583e3ca2e5ab7382b 1.52 MB 2,927 40
Previous 10 blocks ↓
Total Size: 768.07 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,535.08 GB sent, 87.72 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.