Memory Pool Memory Pool Refreshing

6,810 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,695 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,448 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,694 (692,827 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
214,867 214,867 000000000000029fee3bb0ca6e125626054adf7093097d39082b6852b675b71d 0.18 MB 477 185
214,866 214,866 0000000000000486baab2ad95aba2e6124a8376c883de31482f39fc7720eddcc 0.10 MB 234 188
214,865 214,865 000000000000011d0c445d1c0cf9a995ba25b29d6961e7e07ed781168c2b1905 0.03 MB 73 69
214,864 214,864 00000000000003c861d78cc59b217eae1a1c18b178c28edaa09ecdb78cbdf00e 0.17 MB 371 165
214,863 214,863 000000000000025fa1d893756a09c7dc9d1bc3fcf062c17ee1f6b5f1288cba07 0.14 MB 322 164
214,862 214,862 000000000000015260ecdb455d9c903cd289ededd829e1ae416a62214964f173 0.20 MB 435 165
214,861 214,861 000000000000050cef6313b13c2135f369dece8a2bc714d6fc0d414a04d71831 0.07 MB 132 91
214,860 214,860 000000000000029f485325fbb82a4a19b3f88f53c0cb7835673d3452917d918f 0.17 MB 356 145
214,859 214,859 000000000000012b3df84d086e613cb89ee56897a97e405d8b703c98b1e2b828 0.25 MB 757 267
214,858 214,858 0000000000000550827aa3f2451d45195ced8528a55c5c8558c6520a063f344f 0.15 MB 387 198
214,857 214,857 00000000000004cf5afa95ce0273157ed5788d77c15ef14a855d533378a0acc7 0.01 MB 37 106
214,856 214,856 00000000000002f801eb7e15f6e223ac08db7fc769d6e6c50867f24515e864bf 0.17 MB 356 170
214,855 214,855 00000000000004d294633dff5575e95ff454ccdcc870d0cde00a34d825d0efc7 0.13 MB 274 163
214,854 214,854 00000000000003f951cfef9618c6ea43bd477aa168b42cc3c1522ec65187db16 0.05 MB 114 2,187
214,853 214,853 00000000000001ac3996f264acec9d7370bae8b8b4693cf69ed004e6ab97648a 0.12 MB 310 183
214,852 214,852 00000000000004f861533b95c136e197a8832cd9a9cf64883d558de4f533d8d4 0.14 MB 242 123
214,851 214,851 000000000000036e880bf6a9fac709ec583d59dac5c37576cb8f518449a3dcd3 0.04 MB 152 31
214,850 214,850 00000000000003145382a05195b45c3ebdc7ffc6a043a671606ee0582654e3c0 0.20 MB 205 89
214,849 214,849 000000000000035f20af95bbf8fab04a575a29d9f57a4901fdb6b6e72ff6b9bd 0.25 MB 230 111
214,848 214,848 00000000000001c5d85c2cd4bb0700a37db177a0e507b7183c2558275b214292 0.25 MB 685 216
214,847 214,847 00000000000004aea576c77e208a8b5b3f2d4271fa0a750bce2a39339f7a2f0d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 768.97 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,615.70 GB sent, 92.68 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.