Memory Pool Memory Pool Refreshing

8,368 transactions
3.86 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,802 (309,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
598,019 598,019 0000000000000000000f2051714c281f39d51b29f991b59c8d649cfee84a74b2 0.79 MB 1,855 11
598,018 598,018 000000000000000000158c036b0843d183697805818fd92bce2115a28b3d2242 1.35 MB 3,578 9
598,017 598,017 0000000000000000000cc2c17cd49d8c2e68fd3839162e5975a8f95adcbe050d 1.27 MB 3,110 18
598,016 598,016 000000000000000000038017b7f2236e86c956851436d444f9a34232ff37dba4 1.22 MB 2,929 10
598,015 598,015 00000000000000000014d2220483f60ed5c77c1a33d86c86654566f7a898a6d1 1.31 MB 3,207 35
598,014 598,014 000000000000000000125f862118c5bb1dfc299fa2b4056a6da6df678f0ea251 1.19 MB 2,553 13
598,013 598,013 00000000000000000006a25eadf4553895cb5c6617081149d8f5f7a365befefb 1.25 MB 2,647 24
598,012 598,012 0000000000000000000f57aef12eb8bee0f0e92acc1f2863403fd0cf74eb2b80 1.27 MB 2,682 12
598,011 598,011 0000000000000000000a8325e27cc922e54560dc4ff5e35505b8160f10ac0388 1.48 MB 2,763 30
598,010 598,010 000000000000000000142534a2688e9c1955d24e0817c36ae80fb440f7b7ca4b 0.99 MB 2,536 18
598,009 598,009 0000000000000000000bac00c50513e41b913786dcb16a6744d27167f1e25764 0.21 MB 591 1
598,008 598,008 000000000000000000000ec8b34109e0432e2789ca51a03014b0ae0183392f41 1.25 MB 2,723 6
598,007 598,007 00000000000000000004a7dd0851d6b6ca494824f125aa8357afb170158d41f1 1.20 MB 2,555 17
598,006 598,006 000000000000000000138b514987dde732a786a8b96cab9996ce7c8165b16ef7 1.25 MB 2,773 10
598,005 598,005 000000000000000000075ff815446a6f2848a3412f2f3c5e9a7d09e0293aa3d9 1.30 MB 3,206 22
598,004 598,004 00000000000000000002baa895c6bc9cbd765b1cf58cfc617a4b13e17cdcd3a5 1.33 MB 2,590 10
598,003 598,003 00000000000000000011622729ba52562349516f52d15f4e4c27e6e4040d9b58 1.36 MB 3,194 36
598,002 598,002 0000000000000000000eb95ace64d4c7d03156c49cb983689498fde153517b3e 1.24 MB 2,850 26
598,001 598,001 00000000000000000009a84ea8838eaee0b8822919923469c737b5c36c41356e 1.28 MB 3,195 11
598,000 598,000 0000000000000000000dd93b8fb5c622b9c903bf6f921ef48e266f0ead7faedb 1.25 MB 3,117 24
597,999 597,999 0000000000000000000b7804e2f75d573935ea8283637d26839031a672f99ea6 1.15 MB 1,902 14
Previous 10 blocks ↓
Total Size: 769.17 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,633.27 GB sent, 93.77 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.