Memory Pool Memory Pool Refreshing

4,296 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,195 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (95,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
812,021 812,021 00000000000000000001f2da7b9dc626c5afba7ff55f1012e93b0fb109140083 1.24 MB 713 10
812,020 812,020 00000000000000000002a2cc7b62b0f7b91b1d26c58a1c7d357f603f59a0bdd3 1.66 MB 2,351 21
812,019 812,019 00000000000000000002dbf8cccc4a2c1f1ae0c5bae5765caead3866a40ab7c7 2.16 MB 1,785 22
812,018 812,018 000000000000000000018b247fd373d6bd2df244dce8675e88cb606a50b67627 1.42 MB 1,285 8
812,017 812,017 00000000000000000000700184f512e34cd59c545ae6d5e07a1b91bd069e2aec 1.41 MB 2,198 16
812,016 812,016 00000000000000000003681a17184aa49b1cef02f63805f752e4d1282e07449a 1.54 MB 2,385 16
812,015 812,015 0000000000000000000147e3e9404c61cadfa738373e4158bf8d77384c17dc26 2.10 MB 2,110 21
812,014 812,014 000000000000000000047a87a01aa39725b95f8abe170c39b9cbb3020b8db70a 1.44 MB 3,804 31
812,013 812,013 00000000000000000002faa1874cb499bcc39f45689a36387c4fbe9f3e5a28e4 1.59 MB 1,369 11
812,012 812,012 0000000000000000000473212706206ff55f92a72cfa374701d68039a63169ca 1.34 MB 2,058 17
812,011 812,011 000000000000000000045ae700a582255ffc2bcd1e37864af89a5c7e81c3b06b 1.08 MB 567 9
812,010 812,010 000000000000000000004fe8b3c42496c92796f333d45c2d76022613db06ba28 1.47 MB 2,616 21
812,009 812,009 00000000000000000000bed1a4aae13df82bcb6f7fa881d52597bb2eb5316887 1.50 MB 2,585 19
812,008 812,008 00000000000000000003e9c55e96169558894efcada582acf333482090c312b1 1.19 MB 826 12
812,007 812,007 000000000000000000026055088fd49f34800d42a01beab644a7a11beddaad49 1.59 MB 3,054 22
812,006 812,006 00000000000000000003416f6d2b43d5a9651038399793cb9c02fa7705f994c6 1.76 MB 2,179 10
812,005 812,005 00000000000000000002bcc89bd21e2a85408f0cd7e3f21ef253a3d6c32f6ff4 1.41 MB 1,803 16
812,004 812,004 000000000000000000012b50f7468aa09680cf35f3df9d46b89ccc9d525743cb 1.47 MB 2,443 18
812,003 812,003 0000000000000000000182bfad5bf9513addca8f5765059c9da908085e056efa 1.76 MB 2,217 11
812,002 812,002 00000000000000000000453f0a4e36251458717f6a5c55165494b83b0f29af75 1.68 MB 2,939 20
812,001 812,001 000000000000000000027356cad86f69172e5c4579b420716d2e0040be0e02b8 1.74 MB 3,107 22
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.60 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.