Memory Pool Memory Pool Refreshing

1,057 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,873 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 1,057 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (781,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
125,960 125,960 000000000000232a659432b96dd7b1616f99c9be35aebdab532b3914ade119a6 0.00 MB 7 2,134
125,959 125,959 00000000000014b224a497a3e15b5d09c51a6a69173f9014e5d77a38770f7265 0.02 MB 51 458
125,958 125,958 00000000000030844dd2b07622fca193276590496421efbbc2d6c8bbd30a31aa 0.00 MB 11 953
125,957 125,957 0000000000001dd6133c039dc34aa53cc7552a742f91cb01c758c6ee6ca718ea 0.01 MB 15 431
125,956 125,956 00000000000018235fa432a012cda8a916b76fa9fa1139d002d1976a03b4cb33 0.01 MB 27 1,012
125,955 125,955 00000000000008d9084a363869b22ba370fcea376b2c4f434c1a426a661fb6b7 0.02 MB 36 769
125,954 125,954 00000000000030482e85474dcf71300debcebf5a9cee8dee7b95713cdf73715f 0.02 MB 35 62
125,953 125,953 0000000000002f2860cf32a7e5a0a79c684489b37b7490962dd62e496e877718 0.01 MB 5 737
125,952 125,952 000000000000231af9138fc592e61695988c9e66524541a0fabc682d2490213a 0.00 MB 8 484
125,951 125,951 00000000000017a0bf8ea91af6726c8a71dc7bd8e608313cfe07e718ce4d1831 0.01 MB 18 1,287
125,950 125,950 00000000000036a1e43fb49a583823daea0b851855007fde07788180c0712c8e 0.02 MB 65 2,282
125,949 125,949 00000000000008c455f94e2d15b562d50ddcc9f2a21bee4bf526fdb8865248a1 0.01 MB 12 892
125,948 125,948 000000000000300fc5e7fa17f204d083e1f3c60e64a0cb8f5705b0e97e0b5445 0.00 MB 1 0
125,947 125,947 000000000000252b7dca971a20ae4e5e057791cdb686a21a51668471272e4f8c 0.00 MB 9 1,199
125,946 125,946 0000000000002305572e691f430f30e26bd9dbc5d9aa8f8d396bd0e541a508ac 0.02 MB 26 77
125,945 125,945 000000000000077c9b8ff5d713ac6a679744b2ddf10d977b51d4e64365220d34 0.00 MB 3 3,012
125,944 125,944 0000000000001f4d5d8a281c0ef9148e76f2d2f9f3c242c8ff014ae31319fe21 0.00 MB 1 0
125,943 125,943 00000000000042a88e00eaaa235b924bbc0883f0370a3eb00129879c579dd1d5 0.03 MB 17 212
125,942 125,942 0000000000003730cccd1e4284ece0aa9c5d8e36c5d407570f16d139801640bc 0.01 MB 16 263
125,941 125,941 0000000000001c5268ca74715579a547de9986f5c52de3a940732ff58e73d513 0.01 MB 43 90
125,940 125,940 00000000000018afd798a709b70cacc0d83d4ca5d3b9fee9b7c3accba8b0398d 0.01 MB 26 420
Previous 10 blocks ↓
Total Size: 769.30 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,642.69 GB sent, 94.44 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.