Memory Pool Memory Pool Refreshing

3,131 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,780 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,437 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,779 (801,761 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,018 106,018 000000000002bb820d8886ba9c8c661f9272fd022a4441fd57ccaf714e6b08ca 0.00 MB 8 0
106,017 106,017 000000000001f8a89bc05ba0b9341ce1a1cf955d7895510caed8091414c19434 0.00 MB 8 0
106,016 106,016 00000000000086470fb42680720ec190f60fae2bc0d848f6b6bec99b9e18a0d8 0.00 MB 8 0
106,015 106,015 0000000000002244569138df8a02263cc90e2e99321a5d122b779af5713bd4d0 0.00 MB 6 0
106,014 106,014 00000000000171e38e50816a199b70e3a686a8dc5e5eb7108c8ffde45d20db55 0.00 MB 11 0
106,013 106,013 0000000000018e89210b4f33937f3dfdb54076ce18d42d22bfd19b4f86858541 0.01 MB 30 0
106,012 106,012 00000000000164e5b2ce5006574c1e9ae5c90df5b4c39e24e941c0fbf5878923 0.00 MB 4 0
106,011 106,011 000000000001d8d76cc4adc0058c087720897ed3531e737950e2921c7cf4bd5a 0.00 MB 4 0
106,010 106,010 0000000000023f8b8a9c61885c82d91e5ba83bd923f2b90d699570b2fbdb1431 0.00 MB 5 0
106,009 106,009 0000000000024dad410ad22e4292a972f772cfdd221a6375b04b4b4968290c6a 0.00 MB 1 0
106,008 106,008 000000000001f0bf83e9d294d53fa9a3f3f37c7609057661bf8e5c5db277f04c 0.00 MB 1 0
106,007 106,007 0000000000028b7074e5f1e795a5e324a4e7df75fc5d047b7d53e27fd49ab5f6 0.00 MB 1 0
106,006 106,006 0000000000010caf8cf1e6936a559643b33e3f391da5e50c5597d4317dea5d3a 0.00 MB 4 0
106,005 106,005 000000000000125bac14099641e3c9223099aa25200e0b6404773f79d9caf184 0.00 MB 2 1,623
106,004 106,004 00000000000148bb38c19d152099b845a463cee5bb28f71da49b8725de7fff71 0.00 MB 6 1,396
106,003 106,003 000000000002379bf48cb4a15a182acf7349515b1cef068ae38445c2f88eb04a 0.00 MB 1 0
106,002 106,002 000000000001df4d18b2157425c428b38670a4aa3f1a6227f0513eb1b1f87f05 0.00 MB 1 0
106,001 106,001 0000000000009c097e197c7b517d36483026639676b01c14fcd681721721d300 0.00 MB 5 0
106,000 106,000 00000000000058d919f52d255f394ed0aa3a344432676fd30f1aab4e10c22fad 0.00 MB 4 0
105,999 105,999 000000000000ebedf46c80f79a4592f0b1dd3581217724a5a3bb526c1a9bced5 0.00 MB 9 0
105,998 105,998 0000000000021c4e6b6832cd5ddbeaf28f9ea4aa7f547882fe8b9bded13b0156 0.01 MB 25 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,630.60 GB sent, 93.52 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.