Memory Pool Memory Pool Refreshing

9,201 transactions
2.76 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
908,090 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,876 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,089 (824,484 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,605 83,605 00000000002d39744b89e7e2ff4d2a68929d9a0aa56144be00b3f8349fb2bdb4 0.00 MB 7 0
83,604 83,604 0000000000027e62ef7c1fe6ad7f482b9b5ec8f6848262112458bab276e713ab 0.00 MB 3 0
83,603 83,603 00000000001d56ee2bb79ed63819edf583d25967290cacf79667cd24e4fbfd37 0.00 MB 1 0
83,602 83,602 0000000000302f8aa00c8f7f71b63ca8da3b3c7add2d66db7c7794c7f385ea62 0.00 MB 1 0
83,601 83,601 00000000000a67be715430acbc273f236565502d5e04d1aabcd3913f4e57018e 0.00 MB 1 0
83,600 83,600 0000000000080baaad6157104f3785c633ffbeb6db8850ab773e0966e94b5044 0.00 MB 8 0
83,599 83,599 00000000001fc106e0bbfba497b45db78f6d712501cf0be49e95a92a3ebb79e7 0.00 MB 6 0
83,598 83,598 00000000002d44143c8dfdaa772492bc82a4802b45ed32f3af705acd3a7a81c8 0.00 MB 3 0
83,597 83,597 00000000001e2fe994edcc82bc7b24e96b055e1e9bb6e28bc5fe53184317df6e 0.00 MB 10 0
83,596 83,596 000000000016ae086b04ae888fcc1dfc5e9a3561228300a8cc337cd5ca5ec329 0.00 MB 3 0
83,595 83,595 000000000004dab7e1ae279af49dd0c6f30e231ef2cd024391ca3cd35114bf75 0.00 MB 9 0
83,594 83,594 0000000000071bfe7ddd4f93b7487563fc6f47e6ecd478c185b95d039eca7031 0.00 MB 3 0
83,593 83,593 000000000015e76699613b8004386ae99e903b07e296495833117f8a2a0f29dc 0.00 MB 1 0
83,592 83,592 000000000005b4911ae61271e0c94571bfe5e041330cecafbdab66a7f5d5938d 0.00 MB 2 0
83,591 83,591 000000000013372ba8206ccafbd01c8511c0ac506ea8d4b2d388dd6150d411f3 0.00 MB 2 0
83,590 83,590 00000000002fd8eb06790100f96142df6cc6a7428ce9c01ed9c701a633a8008e 0.00 MB 2 0
83,589 83,589 00000000001e85efb10835f630010a4c240ef1250e7a491d53905c54e96e0529 0.00 MB 2 0
83,588 83,588 0000000000119e5c75d43221f15249f6261adb1c15d188802557fc7d631c2edc 0.00 MB 1 0
83,587 83,587 000000000011d603a2ef6626f7a3d45a0df69023d7260a210f5afab9006efc89 0.00 MB 1 0
83,586 83,586 00000000000bb5e7be5142eef02f866871a93eb38c86e3d79e8d1d5d3552336d 0.00 MB 1 0
83,585 83,585 000000000004159a0b78bf0e166f4aa6a0e0c95f8dfcb0db50a1662078ca562e 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 769.71 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,677.60 GB sent, 96.47 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.