Memory Pool Memory Pool Refreshing

1,195 transactions
0.36 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,797 (27,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,509 880,509 00000000000000000000ecea4d72908221a3103a0b642b5925703342a1fab5a1 1.66 MB 3,530 5
880,508 880,508 00000000000000000000a030d3f5e8b0220886d1adbc92d3bb39bd9fb59a47c0 1.71 MB 1,677 2
880,507 880,507 00000000000000000000ddebbd743a4c30b658e55f513ae7f7e18f1c35c042d6 1.58 MB 2,626 2
880,506 880,506 0000000000000000000016d1dc4bf7a6269ec25c92d81e13bcd1bef9f3f4f35a 1.64 MB 2,954 5
880,505 880,505 0000000000000000000157a53d3a06cef753db21162760b475ccd8f7d6323356 1.58 MB 3,584 9
880,504 880,504 00000000000000000000a66284def747bf51b38861f2f0d6aca5df81b36a03cd 1.40 MB 1,963 3
880,503 880,503 000000000000000000027a0917a275aebab49a70f037f9025865847776c71b0c 1.55 MB 2,982 4
880,502 880,502 000000000000000000001340c1beb30dfd41bb3b1d0c060a3eb73305d43e6e41 1.61 MB 3,881 5
880,501 880,501 00000000000000000002614919ac82b441226921173966062bc3321b420be077 1.75 MB 2,965 4
880,500 880,500 00000000000000000001bf87536716c2e442598743d9bed5f2f44cd2925f36e2 2.15 MB 186 1
880,499 880,499 000000000000000000011f3c2f0f4df0fa75c8bf44f4b6a36923bb9d2d81ffcd 2.16 MB 674 1
880,498 880,498 000000000000000000006fa5c470a374ae693bcc529a1847dff8a42b8254fc8a 2.11 MB 1,179 2
880,497 880,497 0000000000000000000049f3cec65c6b2e205d165e0363112b513df41e47329a 1.82 MB 2,535 4
880,496 880,496 00000000000000000000e3f7c2b91609da1394fd9a725fedb8123419188b34ec 0.00 MB 1 0
880,495 880,495 000000000000000000019b928d8a0aceb67ab3f41b6498fd8fe924ea902ad63b 1.78 MB 2,433 3
880,494 880,494 00000000000000000000e05242d48515d0abca44df46a7b96b63b2d28d1fa9e2 1.65 MB 1,404 2
880,493 880,493 000000000000000000010d75fb3cde1b18d877de8e24324d45b3a1ddb264c59f 1.54 MB 2,636 4
880,492 880,492 00000000000000000001ad5e497d51d668fdf4276422fc50d0ca6d99e413aaa5 1.60 MB 3,052 3
880,491 880,491 00000000000000000002426a6c8e9d84553d2092aad1ffae1cdf1adf358f1b7c 1.56 MB 3,798 8
880,490 880,490 0000000000000000000042d002c7c6ba47488f0b85978fd71f1198b9050522d1 1.51 MB 2,094 3
880,489 880,489 0000000000000000000176c9949ff596808b34308a031761ef0e0936ee7a76e3 1.61 MB 3,825 7
Previous 10 blocks ↓
Total Size: 769.16 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,632.73 GB sent, 93.70 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.