Memory Pool Memory Pool Refreshing

4,537 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,009 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
907,419 907,419 00000000000000000000c6daf0388f452a4996c1635c4ebbbb5545c572f1406f 1.74 MB 4,602 5
907,418 907,418 000000000000000000018787bfa3b04f123a94ec77d6515a74f3c404b9c78ee9 1.85 MB 3,955 4
907,417 907,417 00000000000000000000950f0cce948d8c84866aeac78010a52ad1fb36ddd17f 1.65 MB 3,874 4
907,416 907,416 000000000000000000019b55139a2c19c04d4cd1e67252827b46cab8408b5c62 1.73 MB 2,698 2
907,415 907,415 00000000000000000000e51f0ab5e6efeb38be28635d8331aab7592ba3aeb043 1.63 MB 3,359 3
907,414 907,414 0000000000000000000055c734902d82945812f081d8b0ed432bd76e5b840f78 0.08 MB 122 2
907,413 907,413 000000000000000000013be16fea0dca2760a465917d4731c5607ff2c79a5785 1.69 MB 3,283 1
907,412 907,412 00000000000000000001aac5c02e04173d490778c97ea98ccc64dadb257f1677 1.63 MB 3,705 3
907,411 907,411 000000000000000000007e92167f49c603c04ccef56781a28992997263e083b6 1.59 MB 2,496 2
907,410 907,410 000000000000000000003548c23eb7df6c153f638be1a20bfd3e501db992a053 1.77 MB 4,953 0
907,409 907,409 00000000000000000001db08ded5bd2031e51b04b66d0d007dcce2b7fd5f1ea4 1.76 MB 4,573 1
907,408 907,408 00000000000000000000b986096b602f4ecc5b1cb59b2715b8e60bb696e897f5 1.55 MB 3,813 1
907,407 907,407 0000000000000000000192a35ed07d3f078468255cc793dfc579745c1e83ef7a 1.67 MB 3,307 2
907,406 907,406 00000000000000000001b6a29e1776bd7af25524a1e877041e4e0d11460bf19f 1.49 MB 3,826 4
907,405 907,405 000000000000000000017573b428d3f13ad8944f368b53ad195ad03b3bdbb1a1 1.77 MB 4,973 1
907,404 907,404 00000000000000000000f6c2b71c7eb6f55fca0f78a3bd8e7755017c54acf3c5 1.62 MB 3,048 2
907,403 907,403 0000000000000000000031be18835ab84e5b66d68e2386c7691640350bf06d0e 1.80 MB 4,894 0
907,402 907,402 00000000000000000000b885156c82d9eed867097caaaf9bfdc85516b357a6de 1.64 MB 3,546 1
907,401 907,401 0000000000000000000113eceee6f3b0252b398c1f1754d39f7ee9ffd42e98c1 1.72 MB 2,527 1
907,400 907,400 000000000000000000016209383553ddf1f3bdade87ed6b646d72a9e2f4ef4dc 1.61 MB 3,920 5
907,399 907,399 00000000000000000001464b19cf0cb86778fee47c294bdea5ded6b8e3bf5fc6 1.77 MB 4,766 1
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.