Memory Pool Memory Pool Refreshing

82 transactions
0.02 vMB
Show Random Selection Loading Transactions
Max Size: 0/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
908,605 00000000000000000002349e0000000000000000000000000000000000000000 0.02 vMB 82 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,604 (840,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,076 68,076 00000000011ca0f33dddff9bca001c33241c1f4d5f469c3b65c6199caa805dc0 0.00 MB 10 0
68,075 68,075 0000000004c67a0bc0cc27ee837d8f0182192cf91650349ee74696edf0be5582 0.00 MB 1 0
68,074 68,074 00000000029881a9a73a38b161b502dccf476322ec6215e4740c89538a278aad 0.00 MB 1 0
68,073 68,073 00000000032fb05d26cdef21ae92b2914b518dd18d662374807292f94fecab38 0.00 MB 2 0
68,072 68,072 00000000051ef7652d79bddcdf74282d4231147c44a95ccc56a40d944ac16b6d 0.00 MB 2 0
68,071 68,071 00000000024b208dd971cb0f78487d8966fb6d8464173863fe1b1f08aca00bf1 0.00 MB 2 0
68,070 68,070 000000000523dfdce4c2077698cb6db150fa4a34fc617a4bf0fc80905a522bd4 0.00 MB 1 0
68,069 68,069 0000000005649b64921ba372df5aded6196d457d213521b7d14e2af053ac0e2b 0.00 MB 1 0
68,068 68,068 000000000326b33e0e4dcddba1c54ea1f325ec574af21b477de9bf326895f0a7 0.00 MB 1 0
68,067 68,067 0000000001af55497dd931a73e9d92de5f24328e3e8a8da48f9d7006c506daab 0.00 MB 1 0
68,066 68,066 000000000507b848c0747f59d2fdc92d14f743943a36320215ed6012a640419b 0.00 MB 2 0
68,065 68,065 00000000000a6211c4488436a7b4f97e3d237f70e8e2259782487abef5ece51f 0.00 MB 2 0
68,064 68,064 0000000000157cbea17ad9b4fbcba14c6ce13fb6626d98b088327f9de9dd9b76 0.00 MB 2 0
68,063 68,063 000000000105af1f8ab602f6e24c7fcaba84456e353252ceebfa6ef73f877a45 0.00 MB 2 0
68,062 68,062 0000000000b138051bc82266f9f12f03ad1ebadb2567b3348006a78aff85e4a7 0.00 MB 1 0
68,061 68,061 000000000019179537ff2e135a8bc1f5474800b9ce1d1c3e31f4da28f7c954a3 0.00 MB 2 0
68,060 68,060 0000000002fde4dca58d54e2388f3c22360981f8464b28755bc334a0c3a7feff 0.00 MB 1 0
68,059 68,059 00000000050a0efb94f30918fa979a958b3fb56ab1518380347b5b2254faa4c0 0.00 MB 3 0
68,058 68,058 000000000141b8a164b31f5afe892d3eb6c8cf6c64fe402d004174c819bd4c9e 0.00 MB 6 0
68,057 68,057 000000000279d9ba1106605bfb524186625c8fee42f25471e5a2d4fb9dffc23f 0.00 MB 1 0
68,056 68,056 000000000536a3bdace4ad269d102b10b6c0e5a1fe8f0a2d7107d3f6d3ca149b 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.82 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,849.64 GB sent, 101.05 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.