Memory Pool Memory Pool Refreshing

2,246 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,767 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.74 vMB 2,245 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (759,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,361 148,361 0000000000000988c425333846b3283a3ad94b63102bf4dbf0e9db360c8deb15 0.01 MB 30 18
148,360 148,360 000000000000025163756cc9fcf501498cd8079b0b177a0466d734106f296604 0.05 MB 62 136
148,359 148,359 0000000000000443f2f427a1b776f1289b6f0316140247ddd78889446cf36632 0.00 MB 8 136
148,358 148,358 00000000000008d1771c4806a9e3894f906275e9e730c20bcab6dd89e29c54e1 0.03 MB 79 126
148,357 148,357 00000000000008aa3efcfcb970dfe5118a90ed278444936f698d37a5cf9252f5 0.00 MB 12 936
148,356 148,356 00000000000001dedaa1fe51d1e969d745004bda76f2e18b65dc6d7a4ed35d18 0.04 MB 132 53
148,355 148,355 00000000000004a5c676adfc5e5eed30c6da51b290ff4e90d01620f749dbcdbd 0.00 MB 15 215
148,354 148,354 0000000000000958bd951bdca2b72195062a075435a72039d4efc1086d6e13e3 0.03 MB 55 123
148,353 148,353 000000000000094ae36624779bb0ab7548b986082aa1d9f9b820cbe5284b1ab1 0.00 MB 1 0
148,352 148,352 000000000000070020d6a13bdd3d45dd590e7eb33abffa0a301da472568aa33a 0.00 MB 7 772
148,351 148,351 00000000000003c0d71123385f69905db4949ce4be674d1a8ab45e800a0ec6db 0.00 MB 4 64
148,350 148,350 000000000000090462c319853a5d3655e0a70688d71bdbc9f50b211d5b36eb6c 0.01 MB 25 231
148,349 148,349 00000000000008152cc3563276c55beb38feaf5df96c16a523028ebfccf2e162 0.01 MB 36 395
148,348 148,348 00000000000003fc3805653720a8964b8fd467c76c73155d90caba18fc680e4d 0.03 MB 64 332
148,347 148,347 00000000000008aa28b3062c414942c18b61685bcca602d9c03a2ce6c0987648 0.04 MB 123 85
148,346 148,346 000000000000001062b461c5e2edb84d0b0fc6e49604f9899e8d4f7d245592f8 0.02 MB 73 28
148,345 148,345 00000000000002441585b8dc4d0e3cb8cc0ef476d9cb1bb536ba9b45878f64fd 0.04 MB 113 384
148,344 148,344 000000000000009fadfacb77d7e7483c2f5b733e1029de131ad2b1c3dbbadb55 0.02 MB 52 162
148,343 148,343 00000000000000becb7fa797d3a07c878e9090625dae06c8550ce6f7ccbab098 0.02 MB 49 68
148,342 148,342 000000000000098b0e07320d6a0bddd0820c187d3c45d5533bfe2479b7970c23 0.02 MB 67 59
148,341 148,341 00000000000009dd5d455d32ba8e90928815648d9f91239fad1f726a9a757d54 0.06 MB 50 671
Previous 10 blocks ↓
Total Size: 769.10 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,629.19 GB sent, 93.41 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.