Memory Pool Memory Pool Refreshing

3,118 transactions
0.90 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.90 vMB 3,093 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (793,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
114,258 114,258 000000000000d1835e6f106a3d9bf540ba60bd3886b3713a5031f59618f30502 0.00 MB 6 1,213
114,257 114,257 000000000000bc06e24d996be32b7fae25de0dddf7d59895e6afc07f54aa0b4d 0.01 MB 39 147
114,256 114,256 00000000000017ed68617548dc098d326a68d1098fb1be89b805a922f55c4ede 0.01 MB 24 153
114,255 114,255 0000000000001429e57b64881e4885cc07e399b00f5bd287b183c87ca2bc5bf6 0.00 MB 10 0
114,254 114,254 000000000000b8b58612ddd02723883a6c90c2aa220f1b5364ae609708038afd 0.00 MB 9 0
114,253 114,253 000000000000322e394dceed4f14313a456128a8ac9de30e133f94f04b03258e 0.02 MB 45 122
114,252 114,252 0000000000004edfb36f508367a5988b406ce212e9745860f4324d17c61e62d2 0.00 MB 11 212
114,251 114,251 000000000000b3bb408203c626fa13797e863e78eba419827b1b14f4190530fb 0.00 MB 9 0
114,250 114,250 00000000000012266095de7cc2c2487f2eac9bc3d6b80c00936a8b0ed885a071 0.00 MB 1 0
114,249 114,249 000000000000845906fc3144e8927a7499918df1e619b0b722bafb6db05ff1a0 0.00 MB 2 0
114,248 114,248 0000000000002a5338e4e9bab6ae76553f3045885a0c96c710bcfeaf981a5490 0.00 MB 2 0
114,247 114,247 000000000000139b886fa70be31906c373619590c5adc00278641eafcf50f3ba 0.00 MB 8 0
114,246 114,246 0000000000005817502a2b0f0ef26de09712cba23585709eafc4e845d6e817d0 0.00 MB 2 3,891
114,245 114,245 0000000000009a26719d0f7b0902fe37195c307930610e6c53b810a4992da09d 0.00 MB 11 696
114,244 114,244 000000000000102c7cf4331373115c5454e5e46de2d6a607d53d2f55c26f9308 0.02 MB 63 0
114,243 114,243 00000000000087d7a1bc3fd395ece561cc9066bc4b49018e2d67cc5f1e8fff3e 0.00 MB 2 3,875
114,242 114,242 000000000000035982450142b65949becb83ae5da45db61f67e499d17a5faaab 0.00 MB 11 497
114,241 114,241 0000000000004bab78e63ea8f4fac266d8e3d1e773fb20d0d5922130e379ab87 0.00 MB 12 0
114,240 114,240 0000000000000b5ffa72d8c332bfccd199a65f764546768e722d5ce2675ecf9d 0.01 MB 23 165
114,239 114,239 000000000000464f89ac340050efa651d8f33985a3174009171caddfdecf3563 0.00 MB 1 0
114,238 114,238 0000000000005be7ac72b6a4c475b89b649fca66f9a4db158071583440f76702 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 769.00 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,616.90 GB sent, 92.84 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.