Memory Pool Memory Pool Refreshing

3,789 transactions
1.65 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,005 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (795,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,832 111,832 000000000000ce7bbc9b694357e36e161c3e98bc57f59cd0f34a78a2e29b3bb1 0.00 MB 6 0
111,831 111,831 000000000000736f11803dd2bfcf479d49dc86d17ea15886490b668e2e0dbb71 0.00 MB 11 0
111,830 111,830 0000000000001b4c8bc2cd99f9049bf83fd996021fba61b3dfc81f1c401b8df3 0.00 MB 9 0
111,829 111,829 00000000000077b8a4ee7d67127dbd44387e59b1808da1205e23ed63991f7297 0.01 MB 9 0
111,828 111,828 000000000000879ba49eb9f91467269689eb06c09c19f3add09e4bc6322f8ec9 0.00 MB 12 335
111,827 111,827 000000000000964cbdc226cbcc019a30fddec67a4b147b35bc6f9a5c235e1386 0.01 MB 22 178
111,826 111,826 00000000000104a7bafe4c4dad0ac0e7d12b5023ce0ddcf9ce8416f992359115 0.00 MB 1 0
111,825 111,825 000000000000f7384f978be116856e2715abf63a9298edeede567d33c73fd739 0.00 MB 6 0
111,824 111,824 0000000000009485419f4a24bc7653652286b85d9b405978a48da4ed138c66d9 0.00 MB 8 46
111,823 111,823 0000000000002d88e65c67b149ce1f55a6b57d1c61e92d8ff1f8d449b5c7dbaf 0.00 MB 12 3
111,822 111,822 0000000000008f54c530307c1f808d23c2f369e216199744bb84d92eb702dccb 0.00 MB 1 0
111,821 111,821 00000000000011eb26e0071fc790aa35cffb389334990c73a98a53c949d82b23 0.00 MB 3 0
111,820 111,820 000000000000be3f59a7315d96d5124da259ae433d76f5151462206ead341506 0.00 MB 5 0
111,819 111,819 00000000000026c163697626ec6b62edd88c775b3f7fbf1f290138641fd2e7ee 0.00 MB 2 0
111,818 111,818 0000000000010d850bfbfeccff96691627c52a8b1716a4d7c992ab6bae1a948c 0.00 MB 8 0
111,817 111,817 0000000000002a514e1a6dc6e4a07c6db4852ebe1b81cf7acc7021227ae5a2d4 0.00 MB 9 672
111,816 111,816 000000000000feacd2cc5dda95917ae2d1cdfbf29541f28c8e7b5ac430df18f1 0.01 MB 5 167
111,815 111,815 0000000000011ab9c99afd9eb4525effec437c914fe4d801f38b184936fb51b7 0.00 MB 4 0
111,814 111,814 000000000000d6af8e71901fcfdde0a2458038fd368dd3ef54ae1cef0b61ff51 0.00 MB 9 6
111,813 111,813 00000000000124372467998e8b91dffaa15ac51f41432e9ad32db7bc1954cfb5 0.02 MB 21 976
111,812 111,812 000000000000c5c8ae961465733abc4731b5a28e295da6989ce6f2a26c5ceb85 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 769.13 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,631.15 GB sent, 93.54 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.