Memory Pool Memory Pool Refreshing

19,802 transactions
6.35 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,712 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (49,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
858,022 858,022 0000000000000000000055f7f88e5bae056d0f7effe79437498b72cfb2905900 1.65 MB 7,063 3
858,021 858,021 00000000000000000001446cdc8a4397b2108bc2aa237cb7d7cf73e510dc4fbe 1.64 MB 7,215 3
858,020 858,020 00000000000000000001e870faa4dd0d214c4cdd147c55601b1d5aa0b8d06ec0 1.56 MB 5,855 3
858,019 858,019 00000000000000000003048eecf2d0fbe41048a6fcaa534d8e66411b0f1583c9 1.64 MB 7,810 3
858,018 858,018 00000000000000000000607460a907145fea6ce184db0f50a5b633e1b7aad200 1.63 MB 6,275 5
858,017 858,017 0000000000000000000010ea67405b43073417fb820dff313e1937d94693eed8 1.47 MB 4,406 5
858,016 858,016 000000000000000000008f8f7e8e4893d7d2ce97d41b0379955e996e26378a74 1.58 MB 3,080 8
858,015 858,015 0000000000000000000257c2e5951e061d2d1db7c645c5ee106ce7f6d3653497 1.64 MB 6,618 4
858,014 858,014 00000000000000000001cb003e5e9752dad32cd8aef81341b9d98ebb3401c45a 1.67 MB 7,315 6
858,013 858,013 000000000000000000028bdd94ce00ce6981e0b7451af057bea8118c344e0c7f 1.73 MB 6,017 5
858,012 858,012 0000000000000000000212aa23c76f6db8c885a30c35931c6d5792b86442624b 1.64 MB 7,696 3
858,011 858,011 00000000000000000001fa7375348a7120ae12cf8e0415e1f21f951af6fbe04f 1.64 MB 5,806 4
858,010 858,010 0000000000000000000064076de567aaf69c04bbcd8caaa8336b3f6e0697f55f 1.57 MB 2,331 7
858,009 858,009 00000000000000000001f90d4f042b76ff55fef3d689d6346d236f1738040c73 1.78 MB 5,177 6
858,008 858,008 0000000000000000000159e8e199fbc16bd9a68e6834d4bff2a79c221ee54947 1.61 MB 5,594 6
858,007 858,007 00000000000000000000a4c150c8db43896047eb8bb70bac0c4b95f54fc0bbf6 2.20 MB 3,395 5
858,006 858,006 00000000000000000001626f692867a8bb46c34da4286881da0d791d44516592 1.91 MB 5,444 4
858,005 858,005 0000000000000000000173d9b593ed01a94465c40276c7521e1e1bbfa9bc6c83 1.62 MB 5,078 4
858,004 858,004 00000000000000000001db9b0b9aaec9274b1d0a55b467baf6ec47a82a3f8cf5 1.77 MB 3,035 8
858,003 858,003 000000000000000000009c22cf978e1d1da61e171725ef49ad9ed932b43cb012 1.64 MB 5,450 4
858,002 858,002 00000000000000000002a18241c5ae29011143cfb0f42b67ae3d337ba295eea0 1.96 MB 3,025 4
Previous 10 blocks ↓
Total Size: 769.02 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,624.54 GB sent, 93.00 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.