Memory Pool Memory Pool Refreshing

5,374 transactions
2.16 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,869 (735,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,851 172,851 00000000000009c0ac5c9a9145553467e1add78404221f442f0993027b2b7560 0.03 MB 80 122
172,850 172,850 0000000000000590d747e079dd1f1fb80346d4c6d23d9a2d56f125be6a9ade7e 0.02 MB 37 69
172,849 172,849 000000000000076dd778389f130b81237be78b1c615e0aedec3702368b9f4262 0.01 MB 30 37
172,848 172,848 00000000000007c0934aef4917aa2a52a99e618d1ddfb2e8f41408f5fd65c53b 0.02 MB 29 84
172,847 172,847 00000000000009f03448afd6fa75dfb081f6772798e311aa75900046e0ffb66c 0.02 MB 82 137
172,846 172,846 00000000000000d5e6f66b7010211e69521a8a5309117f7215528f3b4119a7e6 0.05 MB 55 98
172,845 172,845 000000000000058fe0024d1c9145d2dd003604852b9e74e45b330e4ac3f4c0f7 0.03 MB 59 275
172,844 172,844 000000000000020849c2089578d5c8259c71aa37c7a0ebdfbad6babab2714200 0.01 MB 24 452
172,843 172,843 000000000000059a5cc7b56ae288389b4275287f777515edd6360283c3e7158a 0.00 MB 6 87
172,842 172,842 000000000000099a8b252077d823d379a4ed3c3483b57965eddd00f3c4b6376c 0.00 MB 6 41
172,841 172,841 000000000000092d130dced53b8224e7db5b3fd0e8c0c370fdd07300c72a3c59 0.02 MB 26 46
172,840 172,840 00000000000004b0b5182311a339ae61dc609f6259aea7563cea8a026464983f 0.00 MB 1 0
172,839 172,839 00000000000004c452433efed8fd117eb4cf34e32acd8aeb4b13ee829f6bcd3b 0.03 MB 117 81
172,838 172,838 000000000000014ad1c6165f34ff38ab53bcaba43d0735897d1e5b16bd18dcb3 0.01 MB 21 55
172,837 172,837 000000000000023bf2aa413115f225c988ad927612b41c6f1b8091f8b780a109 0.00 MB 13 103
172,836 172,836 00000000000005a25c5f3717adb540d6b080856e6f59355dca3429ccf65d6797 0.00 MB 12 78
172,835 172,835 000000000000051409958142f4a83569ad763e53bb57a66e85dc3788e4b3a468 0.04 MB 52 31
172,834 172,834 000000000000016c648f258ec404e7e4f9f1019f39b1fe6d98dd8ab8ac51b946 0.00 MB 10 400
172,833 172,833 000000000000074a754bffe34e73ad915faa76967c9bf14ee5ba402170cd50b8 0.01 MB 52 89
172,832 172,832 000000000000036f23cd8414ba651bf79e72dd3703f8dda3dce5d2431b4f3283 0.00 MB 1 0
172,831 172,831 00000000000001f748c81e70ba282ab4cdb4afb94106760a8aa14df8d816b1e3 0.05 MB 141 57
Previous 10 blocks ↓
Total Size: 769.30 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,642.61 GB sent, 94.42 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.