Memory Pool Memory Pool Refreshing

369 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,603 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 353 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (810,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,507 98,507 00000000000284953207252f19c33389ed9c97b8dd56e9ad2ef8f2167b5a6a61 0.00 MB 3 0
98,506 98,506 000000000001d85e0d73c1344ec29a2660d3d0da432a9998ec1f06f88f9b9b07 0.00 MB 2 0
98,505 98,505 0000000000042663e9e9366c91543db50cb05360ce66cb109a52849ac253ec3e 0.01 MB 2 0
98,504 98,504 000000000000416102188cd235fe2fcb6555da813c2367793617423106369072 0.00 MB 8 0
98,503 98,503 000000000002e287ebca9d046a9406266345ca2912d43bd5805b884d4c395b52 0.00 MB 3 0
98,502 98,502 00000000000340d8720fa30424c986c6c8d9227da7b54b6f82e5feb4f88f6d3b 0.00 MB 1 0
98,501 98,501 0000000000017d04e76f4f54e6895ef9685c1fc9b6021073fa90bb178ce73c00 0.00 MB 4 0
98,500 98,500 0000000000010e44c3b207c18bfe83fa16966c40dfb7690c970e501211afae9d 0.00 MB 5 0
98,499 98,499 000000000001312fd05a0abe8c260745b53b5dafd95206b46d8dd0394a1964bd 0.00 MB 1 0
98,498 98,498 0000000000034a163dcf1944f7db3dc6fe3c80fefe3ba6526890aebe8f61f9e1 0.00 MB 2 0
98,497 98,497 0000000000036665500c281a1147b4fc444a897620137c0d62e2374ff5edcdc0 0.00 MB 11 877
98,496 98,496 00000000000481d70668745fe71dc00f84a5d19412ca6680eba0242499fda6b3 0.00 MB 5 0
98,495 98,495 000000000004b7feed40dabd876e78a937fc6e16679d1764b37984592c50e236 0.00 MB 3 0
98,494 98,494 00000000000417aebf575a157b28f8f8b22ab14b3f94dd6a074735a39040d812 0.00 MB 1 0
98,493 98,493 000000000002a9c537c56097f361697e7d0e10330922b60ce1cb838a4ff1c092 0.00 MB 1 0
98,492 98,492 000000000001e1807761be131546f2103edba755f6dfc17fd533a188384540d3 0.00 MB 2 0
98,491 98,491 0000000000002b2f43b38d148f23c916c3c93b19599b0b7d9f0f81d2b0bdcadf 0.00 MB 1 0
98,490 98,490 000000000000e3ae60aed2fdba7aad2106b677610735ab7fac21d2668ff6deab 0.00 MB 1 0
98,489 98,489 000000000002ff36f9380b576d3f1e284c6cee508e36788749a5fbccc753cfb6 0.00 MB 1 0
98,488 98,488 000000000005014440f00de1715fe6af7f70c3a6e1024dd2fbf53a8bd3cfcf5a 0.00 MB 3 0
98,487 98,487 00000000000069bc85e65e00746bcdd7919d08550d9536281050fe9c086f461a 0.01 MB 4 0
Previous 10 blocks ↓
Total Size: 770.81 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.54 GB sent, 101.04 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.