Memory Pool Memory Pool Refreshing

2,958 transactions
1.27 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
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,755 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,892 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,754 (730,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
176,867 176,867 00000000000009bb921fc0616704dbd936f8807761635ac2209b8cd4ad9d629a 0.03 MB 41 47
176,866 176,866 00000000000001034ef68e869704ee4f812b83be8894095b9756ae9fc5d7c223 0.02 MB 32 285
176,865 176,865 00000000000007bee7d628cc9263eb07124ddbc0670373c7b809a13b910ebe3a 0.00 MB 7 19
176,864 176,864 00000000000008c8511879711c3eb853f48ad6e1759bf8a1a17401f451f90241 0.01 MB 30 152
176,863 176,863 0000000000000471e5177eed0f53c6dc094c5f7955023f8a664e501382a783fd 0.00 MB 5 0
176,862 176,862 0000000000000182ae4442366039f4443addc2282667bbb24e42bddfb18be25c 0.01 MB 13 27
176,861 176,861 000000000000030c25b801873cfd6e838bee716bf0b3f9b80aa24fb4ce2f0af2 0.00 MB 4 77
176,860 176,860 000000000000029caa30e15a8f2d3db3c38dbaefd947a307279fad1c6d6f0c10 0.01 MB 12 373
176,859 176,859 00000000000000ec01eadb966a853c1890d0354bb40bed5cc30597d9735352aa 0.04 MB 125 106
176,858 176,858 00000000000008bd0307947efe3bc832517f4ed182fd47f72c5d2be60f2e8add 0.05 MB 55 68
176,857 176,857 00000000000005977721bad7fa13055a76de8ec7c955d0b1fa8f4c13351d8c5b 0.00 MB 15 72
176,856 176,856 000000000000029c36ffe77f15953a8747d71fc70ffb68bb857cfaad1a3c0c3b 0.01 MB 10 57
176,855 176,855 00000000000004c37c53fb7530167ea8373acc52f04db3231e690b7b3d1283cb 0.00 MB 13 95
176,854 176,854 00000000000008d1f8198e453cfc4683c8451682c109a26426bf3319417baf3d 0.01 MB 56 10
176,853 176,853 00000000000003c4d91c5a9da947ac5f29cf3ae756c20004639c8ee9f95867ad 0.03 MB 63 74
176,852 176,852 000000000000046ee08110fb4a0b6a1e2284811d3a7814c0b36eaa223c298528 0.02 MB 33 57
176,851 176,851 0000000000000a0fc79165ceeae5c17f209fe1894b7fd3cf9681f7671b7f0b89 0.02 MB 55 16
176,850 176,850 00000000000001eb4b54a3670176faaabd7abe4c3d93a914022c95f3d92575c7 0.03 MB 79 106
176,849 176,849 00000000000009cb325bee9b037be24b295ea61b33cacd863d703dff291ca8d6 0.02 MB 37 65
176,848 176,848 000000000000039a8610fdc5d961ad55d2c52a322d08a415214e54a12c006a88 0.02 MB 53 84
176,847 176,847 0000000000000289c0d14c1af2f8df505395cdd4221d80ecffdd9fc9f67cd12e 0.09 MB 39 81
Previous 10 blocks ↓
Total Size: 769.08 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,628.29 GB sent, 93.33 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.