Memory Pool Memory Pool Refreshing

6,781 transactions
2.34 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,867 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,370 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,866 (232,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
675,606 675,606 0000000000000000000b1c9995a44efabfa6bc17d14054d3f7a08dad9e6fd8ff 1.56 MB 985 20
675,605 675,605 00000000000000000004cc3643d90c241c9fba33f3316b89650af389987bd31a 1.61 MB 980 20
675,604 675,604 00000000000000000000f7e09c32885add561e9f650a2e50c95cb63bce913cc1 1.56 MB 995 26
675,603 675,603 000000000000000000078f9edce7ed4f585c86fbdebafe7beb6a38a85e5544e1 1.43 MB 1,247 37
675,602 675,602 0000000000000000000c503fbc0e2724b4713dbbb8b0f0048177fc3aaebe0b9b 1.49 MB 1,262 30
675,601 675,601 000000000000000000058ea35ab54851d87354d7ef2638536444a5e436c225ce 1.30 MB 2,165 48
675,600 675,600 00000000000000000000001a9bf725a1f7d019440a04f39706c083751b62974d 1.48 MB 1,230 13
675,599 675,599 00000000000000000001ecf821fc90d5697491cac83bd0e38ab5c03786d45391 1.31 MB 2,049 75
675,598 675,598 0000000000000000000b475cf68bf5260c2f66593c61f2cabc39abbdab1431c4 1.61 MB 745 18
675,597 675,597 00000000000000000003fda41610be5bcdf23d4dba12bfec1904693f3caa2dc8 1.47 MB 1,406 30
675,596 675,596 00000000000000000008ef4674c4d64481095b32f275771856d828a8d2ad973e 1.38 MB 2,134 28
675,595 675,595 00000000000000000008590ac1cac86228533fea0536852a4a108b5ba17bc94c 1.12 MB 984 90
675,594 675,594 0000000000000000000105ac379d50e53345914f5b3d994529a6f355b8c81dfe 1.67 MB 293 12
675,593 675,593 00000000000000000008afac7b9694eb60bb4bbfc3a8a407a36f37a57ae7a54f 1.58 MB 1,009 25
675,592 675,592 000000000000000000059417ae1556def50805f7e6f08aac9cfe9b12e18ecf0e 1.70 MB 442 19
675,591 675,591 000000000000000000005f30129bf4416606a6ea76c15c778ec09504696a3d86 1.61 MB 805 18
675,590 675,590 0000000000000000000096fc0f320d7be9f96b596d07dd188434a67420280ee6 1.29 MB 1,519 15
675,589 675,589 00000000000000000005c83467dcb41f2106d15c0cf5997b476dfdfc31698d76 1.37 MB 2,691 49
675,588 675,588 00000000000000000000f4ff99f5cc4302032692d4630125802c37e547efff4c 1.34 MB 2,184 65
675,587 675,587 00000000000000000009d609f59cc7bd893e263ef11cd09ee934b575a9f0394c 1.20 MB 2,024 20
675,586 675,586 00000000000000000003c8ff7b41dc087ab5d2eaf111745c19a1b7da0245348b 1.40 MB 2,836 69
Previous 10 blocks ↓
Total Size: 769.29 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,642.54 GB sent, 94.39 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.