Memory Pool Memory Pool Refreshing

2,363 transactions
0.80 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,756 00000000000000000002349e0000000000000000000000000000000000000000 0.75 vMB 2,350 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,755 (46,482 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
861,273 861,273 0000000000000000000228188f83e54b8ede4c884a682975b9042053ed20aa6a 1.59 MB 6,237 2
861,272 861,272 00000000000000000001579e7e44f61affcadf8f7f0afc3b3983223f4da558b0 1.59 MB 3,768 6
861,271 861,271 00000000000000000001ce9de052bd94ed949553d754d430adc933ebf5e0759e 1.63 MB 6,994 3
861,270 861,270 00000000000000000002b608d0f449fda36a62d2e86de6cc845a0b60604719af 1.62 MB 7,189 2
861,269 861,269 000000000000000000025e020a811e868509d9e9794b5ac9883dbf4cc3141a11 1.63 MB 6,624 3
861,268 861,268 00000000000000000002aeae4058b7ba0fc7b0153310210e3687123a0c447911 1.67 MB 5,209 4
861,267 861,267 00000000000000000000272ca90bc64101c3163667efaf5f39deb042e3540204 1.57 MB 4,951 3
861,266 861,266 000000000000000000014f184743b78f9bd3470ddf478c1d0af450fbf07ba428 1.53 MB 3,269 7
861,265 861,265 000000000000000000028c4cd530ba1f44f0fec979ef0ccfe5a151c9bf493c74 1.70 MB 7,044 2
861,264 861,264 000000000000000000003d3ba725685647d5371fa8426bb6d4683a34ae19980d 1.60 MB 5,666 4
861,263 861,263 00000000000000000000a07db199728d7601d88f2876725a40f37ca809bca24b 1.68 MB 3,856 4
861,262 861,262 00000000000000000000e85e089a44316170b916042da2e74112155a7bfe3262 1.66 MB 7,546 2
861,261 861,261 00000000000000000000efcefaf70a319c91375ecc212fb4ef9725dac651e54e 1.65 MB 6,044 3
861,260 861,260 00000000000000000001334e314f240155ceb6bf322d18ac64aaf29020ef731c 1.75 MB 4,815 2
861,259 861,259 00000000000000000002ee81e215e80d5da28c68babc540420471775f0d0fdf2 1.65 MB 7,687 2
861,258 861,258 000000000000000000006ff48be13637ba7962a4a8f509665bb7b460c37b6cab 1.64 MB 7,428 2
861,257 861,257 0000000000000000000216fbd0413e06cfcccd3f6ddaa03ee2ca72e5787d9284 1.65 MB 7,903 2
861,256 861,256 0000000000000000000134ffe1ed1ab2a3160a70cd272d916b5d45f26e75c594 1.60 MB 6,140 3
861,255 861,255 0000000000000000000117e0ec5124220fcdaaedcd940ee152f0a98b1f4b41da 1.65 MB 6,734 3
861,254 861,254 00000000000000000000af0883fe25e85fd20f7cdf83f5032386137e2376e71f 1.61 MB 3,017 5
861,253 861,253 000000000000000000022b1acb87673498ce38b079d42ab4d617a33703b52411 1.61 MB 5,959 3
Previous 10 blocks ↓
Total Size: 769.09 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,628.30 GB sent, 93.33 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.