Memory Pool Memory Pool Refreshing

4,767 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,796 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,343 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,795 (359,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
548,475 548,475 00000000000000000003583a929adf111e33c2e6731e782f24be68279df1090d 1.21 MB 2,394 12
548,474 548,474 000000000000000000262007432789c038c0cef152c9cfbc067767edda89b6c9 1.11 MB 2,113 14
548,473 548,473 00000000000000000000af959a7326d0bc24e4266ce70bb5bc90b095d8972c0b 1.29 MB 3,072 21
548,472 548,472 00000000000000000025abfc052ff9d58353175fc1a84e622fc2ca9298a618d2 1.16 MB 2,539 9
548,471 548,471 000000000000000000142821c1dc1399145e43a0e4ad40c410b16b67fdb0cfdc 1.23 MB 2,337 13
548,470 548,470 000000000000000000245955c0ef82667a55479e2c5ddd310dbd2781babe6ca0 1.27 MB 3,281 5
548,469 548,469 0000000000000000001c9e2af57eb830bc083d56258d110360b89a5217127283 1.20 MB 1,928 11
548,468 548,468 00000000000000000023f81ede37098e5aab842617c25840b7510e4987c4b75f 1.18 MB 2,846 12
548,467 548,467 00000000000000000015e70db8ab3aa98eabfbfa25e505fa3a6497afb1506f4b 1.22 MB 2,919 12
548,466 548,466 000000000000000000189a3039de321e00f44addd6597cfbdc6e124a1a66edef 1.17 MB 3,642 10
548,465 548,465 00000000000000000007c400077138308faaa3212642b9fa69fee08dc8b88ed7 1.26 MB 3,189 11
548,464 548,464 00000000000000000013c453102e19ff50fed2c5957f58d8857932d3eb67048b 1.25 MB 2,647 24
548,463 548,463 000000000000000000219fad01025ae054f88385fe34c88d1eb1488fe48cc8f3 1.14 MB 2,565 11
548,462 548,462 00000000000000000025931011ac84ae8bf3990ef7e2f229a26ae086a87c290c 1.13 MB 1,649 21
548,461 548,461 00000000000000000022c047580f6bc68d21bcad1ef1ef70f23fadd8cbcd22e1 1.29 MB 3,053 14
548,460 548,460 00000000000000000008967b21a71766a981041973b14cabc14734c07bbe9a1c 1.28 MB 2,090 12
548,459 548,459 000000000000000000270ded96128e3e25dfb85f8b23b64d8b566bfc17720d96 1.46 MB 1,336 17
548,458 548,458 0000000000000000001ea5e4846ef97c430a17bfa567b682640315ea8e11c9a4 1.57 MB 2,144 14
548,457 548,457 0000000000000000002558b209af9bd35c5574867b391c923ca0335a46ae272b 1.21 MB 2,717 32
548,456 548,456 0000000000000000000637baae3065132dd562b5bb32c8dc8a0bb243118a3617 1.29 MB 4,057 13
548,455 548,455 000000000000000000088b3d8a54d200bae72d9b000f0d3e2c49409918a3d116 1.23 MB 2,914 20
Previous 10 blocks ↓
Total Size: 769.16 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,632.72 GB sent, 93.68 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.