Memory Pool Memory Pool Refreshing

8,639 transactions
3.93 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,803 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,991 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (788,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
119,701 119,701 00000000000082a3906f6846d8dcf98d5d7a79eb944a777dcbdce4e622c6b226 0.00 MB 12 0
119,700 119,700 000000000000a2b546b34abeaa11f0a53bace542d63b5d605ba6b890c58ef9bc 0.00 MB 10 0
119,699 119,699 0000000000009181ebc613de0d0b6a0a854dadfaefed1a40d8c4bbbe90b095ef 0.00 MB 8 293
119,698 119,698 0000000000009cae481e9589ae3a322921a51c5de2cd7e167091be9aea1ed7f3 0.00 MB 11 0
119,697 119,697 000000000000297724b9a169c7f1097768b908bf8bd6bc9f1ee0ed4d4caab3cd 0.00 MB 2 3,861
119,696 119,696 000000000000a5861b0facc152df2ce1f65886be06abea10103821fa62824e7e 0.00 MB 11 0
119,695 119,695 00000000000062f1fcff12f705b038eddaecb002a77ab4896c1307ad156c6b9a 0.00 MB 11 0
119,694 119,694 0000000000000810ece61375bacd6e8565cb71b0501a416a05e3f14b98dc8081 0.00 MB 13 293
119,693 119,693 0000000000008e7fd7cbe79343cb3ee986e73994ba4f91c8abc2d08443c8e399 0.00 MB 13 333
119,692 119,692 0000000000009208b0f35bb847552446762f8c5567d6f18200ffd1d3b95ec755 0.00 MB 1 0
119,691 119,691 00000000000012e2daa95b8fa799740fdbbb2e3078d29a2f640d74e6512a42e8 0.01 MB 40 1,690
119,690 119,690 000000000000431bbc0facad9b68a496653387f21890f92656164a5012af4fbe 0.00 MB 11 0
119,689 119,689 0000000000006ba1f43992dc2ac0aa139bc4328adef5977633e0c76f6441cc7a 0.01 MB 10 0
119,688 119,688 00000000000055daa272a0b5eda0b55f598ea7c6cc56c262c56009d1b74ac504 0.00 MB 7 485
119,687 119,687 0000000000006ade61048a5fad6669673bd4e2f2d2279c863f1d75f766c7d30b 0.00 MB 1 0
119,686 119,686 000000000000a50a840f458a2996f8b145a246e690b95d4b7a02664bff65309e 0.00 MB 11 0
119,685 119,685 0000000000002b44ce0460f65b0e4c40f935c219cc2e5853c16154cca58e7cf2 0.00 MB 7 609
119,684 119,684 0000000000002d99bcd6bc1a5e69d3cd3c73aabf27d65c24eb0b270c91d2f0af 0.00 MB 6 705
119,683 119,683 0000000000007f1ed92e95c228ce537e30dcff0223c4cec411dfe21f25b230fe 0.00 MB 13 601
119,682 119,682 000000000000386f0dfec0d7fb378e6bbf7da749c9250748e160bdf80d0278a9 0.00 MB 8 0
119,681 119,681 0000000000002bdefaabca7de8321d7cf69e604afce7386abde3d043f8cc2061 0.00 MB 13 498
Previous 10 blocks ↓
Total Size: 769.17 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,633.28 GB sent, 93.78 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.