Memory Pool Memory Pool Refreshing

3,515 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,476 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (763,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,900 143,900 000000000000000ae423b106b8d1bbfdaadf2f87d8cd48a3ebac067d583e3ef3 0.03 MB 99 79
143,899 143,899 0000000000000172f5c55253556a38db87900378e37e26593391e8885e9741d8 0.03 MB 62 250
143,898 143,898 00000000000001ccc89d6dce9a02618175ff4eec1278ba9c8d5dd9d757466ae3 0.04 MB 115 62
143,897 143,897 000000000000091868379aef013958397c13e25881b5740b70e8e37765f96a8d 0.03 MB 50 104
143,896 143,896 00000000000006332d64f853d289ef9c9f38f6b44aac8e2d1be364c6f7fb7e71 0.03 MB 48 85
143,895 143,895 00000000000003a2bc0ae215db5f2fe99bbcab9096cb103e658e6cf34bf28704 0.02 MB 61 31
143,894 143,894 000000000000009f3d45a5d28fbb88cae783a1a111324950319825d5f9da88cb 0.00 MB 14 29
143,893 143,893 00000000000000fecd90cec7f90ce1db126202e7c5081f7336eaf762a416efdc 0.01 MB 17 63
143,892 143,892 00000000000005a544912f6b2fd196128ada7ba116ecf34a2f7c27eab95b43ac 0.02 MB 38 236
143,891 143,891 000000000000030956b22d1bb4010f246ba5a58bda8561e03bda1bac9c2a928b 0.03 MB 111 42
143,890 143,890 000000000000001ef455401f1c331102dd1313221b25baa6e92ef9d560afefcf 0.48 MB 203 296
143,889 143,889 00000000000008b93f603808af4a6cdb328141b282d68d39abffa639b83b3f83 0.05 MB 51 286
143,888 143,888 000000000000007bf12fa90eeb8eabded9a63a4aabc21201ced3d28471c0e2f4 0.05 MB 21 316
143,887 143,887 00000000000005ec9eac800a1724d1ee9308f356323c1e03e028141ec876ad0d 0.05 MB 24 293
143,886 143,886 00000000000001dc10297fd9e9371d444e5408d7ff523d903056e335e92111b7 0.01 MB 28 0
143,885 143,885 0000000000000305f98ffbe1db8445ce847fb9a924551945b465386c828f136f 0.48 MB 150 292
143,884 143,884 00000000000004041828955b78b56ff38962c91003544cbef2bf32bb39d0e1f6 0.01 MB 20 16
143,883 143,883 00000000000006515e47f832d807bf31102179997d4ebb36e5db5b423ca6182e 0.02 MB 43 167
143,882 143,882 000000000000018f7caa70047f6256b0652d2404881b359668af1608c94011e9 0.01 MB 26 43
143,881 143,881 000000000000064b83b4a050841d91025546bdf0fed59230362a23500c8d1c0d 0.04 MB 9 50
143,880 143,880 00000000000001dab0fcc0b2ac73e602eb804a601d1c9465eb6382e64060cebe 0.18 MB 77 72
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.