Memory Pool Memory Pool Refreshing

2,123 transactions
0.65 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.64 vMB 2,109 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (45,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
862,699 862,699 00000000000000000000303c0edf340f8b4efff8537926eb34600ae6903cf92a 1.75 MB 5,546 2
862,698 862,698 00000000000000000001444177fb6ae8fbaf87fbeee14b550416773b052e197d 1.96 MB 2,817 7
862,697 862,697 00000000000000000001a8f6d4c3c1fdc0e601e3149bbecc3dc5a0afe317a1a8 1.70 MB 3,405 4
862,696 862,696 000000000000000000029c72e22a6bcef0cecc1df4d3562363ce9848da7a7010 1.74 MB 2,634 4
862,695 862,695 00000000000000000000213eeb3abc008398f42a0a4f9a01478d341ea7bd4dcd 1.53 MB 3,937 2
862,694 862,694 0000000000000000000182342dc499fc7464ce10a9edb4d7b4c66f0ddaadf0c0 1.84 MB 1,897 2
862,693 862,693 0000000000000000000006258f5a8e17c22bc06d153d6b22f70002b5bb1ca33a 1.64 MB 2,608 4
862,692 862,692 0000000000000000000194e379eef55324278af29365a68a925e2024b8e7151a 1.58 MB 3,631 10
862,691 862,691 000000000000000000027a8fddd3b6623dbc04d9db9f835fa65879f009bca454 1.71 MB 3,048 6
862,690 862,690 000000000000000000025e4e8a4b80798c38988f9d33cec2a01a8e866f220f4c 1.85 MB 2,850 5
862,689 862,689 000000000000000000018d3213580f03387d6791850e0d4624efecb54b01cdec 1.58 MB 3,500 9
862,688 862,688 0000000000000000000212adec62e1383595fc6882610e6533fb657894b2a165 1.76 MB 4,197 3
862,687 862,687 00000000000000000001b5ffa21059138edef2c5c2c47d7e561915630ae8be95 1.85 MB 2,267 5
862,686 862,686 00000000000000000002748ee25cc41bdea57b30b07a1924752299b8a51edfcd 1.69 MB 1,588 6
862,685 862,685 00000000000000000000a54a5c49d330ccbd050e511c13d62b26dd52f7881067 1.80 MB 2,471 9
862,684 862,684 0000000000000000000231dba06f81fc9ac2a52aa7081c9b8002634780294b88 1.84 MB 2,049 7
862,683 862,683 0000000000000000000211a18bc3b411392c8292f973a3740433f8a337ebcaa4 1.85 MB 1,790 7
862,682 862,682 00000000000000000002b43b57d4809904c8b92a1f839c66c8fef11b6fc1aed5 1.57 MB 2,725 7
862,681 862,681 0000000000000000000196d64e0a636c812c8fe535f92c9db511cd7e979c2913 1.78 MB 3,434 6
862,680 862,680 00000000000000000002b2ac62ab9cc4666088489439b1dd1f5a956d55d9df4a 1.62 MB 3,281 10
862,679 862,679 0000000000000000000178094af2febf52e332557313726f3490fdd3e556b5f4 1.53 MB 3,568 12
Previous 10 blocks ↓
Total Size: 769.00 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,616.88 GB sent, 92.84 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.