Memory Pool Memory Pool Refreshing

6,419 transactions
2.18 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,845 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,604 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,844 (19,185 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
888,659 888,659 00000000000000000001359c1a5a694f344f1da510e2b227f8e3fb34caf19fbc 1.67 MB 4,187 5
888,658 888,658 00000000000000000001807579463675037e56fddacc510978388bf498e50d6c 1.70 MB 3,627 5
888,657 888,657 00000000000000000001894a4e8a59a916284be208ac7b98743ebeb3c12481b2 1.51 MB 3,711 6
888,656 888,656 000000000000000000022e911153c79e9bc41eb2466080d4900d12e673aba710 1.60 MB 2,789 5
888,655 888,655 000000000000000000016af49a447e989b31938aba8b6f93130ea9b965971e8b 1.84 MB 2,349 6
888,654 888,654 000000000000000000026cdaeeb0bd84c1f2f877559ba201b7807974f8317e74 1.54 MB 3,734 7
888,653 888,653 0000000000000000000133cbabde14f34a5deee5373912d34f077c5b1b4a1720 1.38 MB 3,502 9
888,652 888,652 000000000000000000012f087b7ac5fde71ec254efb5683f281c2f917d9e6eb3 1.91 MB 1,132 6
888,651 888,651 00000000000000000000da506f7b0672affd0d4ae134e7132345bc89b6b63e2f 1.76 MB 1,757 6
888,650 888,650 00000000000000000000c0e0d0fc4a07c0f54927331d2c500c04e732468a7e99 1.65 MB 2,590 7
888,649 888,649 000000000000000000009da918f797b7dd0f81f5baa47e0273101f8b8db6f1d2 1.74 MB 2,900 7
888,648 888,648 0000000000000000000209edc4697763555a43b2bf8d675f245d854ee3d4e968 1.56 MB 3,555 10
888,647 888,647 000000000000000000008b23b1842e8532328b956155d4881e607c89dfe7a227 1.82 MB 2,013 7
888,646 888,646 0000000000000000000093978db6ea088646530c635f33ac67424a0466012446 1.63 MB 2,904 3
888,645 888,645 000000000000000000014c13baf29ede4cdd9085123fd80be7cdf667fcc33918 1.65 MB 3,838 2
888,644 888,644 000000000000000000020d8034126f080157ec2647160d073f358e531cef6b88 1.60 MB 4,034 4
888,643 888,643 000000000000000000004b231a1e4cef3622264e84f4acc26fb13f8fad62835a 1.70 MB 4,002 2
888,642 888,642 000000000000000000013886b1df4d158e7377598b1b44b20db86bb4af9ee38c 1.76 MB 4,427 3
888,641 888,641 000000000000000000004773c67ff1a7ff9b6b8f5703eb4ef696ed0f461e38dd 1.75 MB 4,907 3
888,640 888,640 00000000000000000000957c8636a66507fc3522e8958e08050b7a73f8167b40 1.56 MB 3,590 5
888,639 888,639 000000000000000000004c7b6f45106d36e443425ad13e186f6064d0c71d0d6f 1.64 MB 4,030 4
Previous 10 blocks ↓
Total Size: 769.25 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.15 GB sent, 94.18 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.