Memory Pool Memory Pool Refreshing

4,706 transactions
2.98 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,072 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (13,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,246 894,246 000000000000000000002f4935e1c5da6b42f0c1c3c9adb415bae43784dbca14 1.06 MB 246 1
894,245 894,245 000000000000000000010241944997b970e7938681cdd53885c2c5da59ca8a81 1.28 MB 1,809 2
894,244 894,244 0000000000000000000180a603d0bc24c92acd42e4137d3ae223dd0877d02e30 1.35 MB 1,472 2
894,243 894,243 000000000000000000008fbc07d397f2945497929e404b5d18247af727cc24b0 1.20 MB 789 2
894,242 894,242 00000000000000000000c81cdbf35f8f71b096eb0b13e966db58591846dabbd0 1.31 MB 707 1
894,241 894,241 00000000000000000002055fb4f5575f31a95c4dca110e0eb538602fcf49ba0f 1.68 MB 5,178 3
894,240 894,240 0000000000000000000109f12492a7e0a15d002a9af45e5be7596e415c4530ff 1.52 MB 3,915 3
894,239 894,239 000000000000000000009c6244de7f9452b2a3f528eb84777be7edbd30223b0a 1.46 MB 6,208 4
894,238 894,238 0000000000000000000076c487d53c8dd788fe0564efa2254656bb7018434bc8 1.50 MB 5,413 7
894,237 894,237 000000000000000000013d6775258e7b957cf88e6771068a07943b03c8bc1e9c 1.44 MB 5,484 7
894,236 894,236 00000000000000000000d222524f355977122dbbdaa78e11d3bd9f1fd700c173 1.45 MB 6,210 3
894,235 894,235 0000000000000000000197fe00ab962d12f2462e2b15820a1e632171a743a1e4 1.10 MB 933 1
894,234 894,234 00000000000000000000cb0e3c5260b00ff4600d4520d6be40dec51a9b5ee9f0 1.47 MB 5,786 3
894,233 894,233 00000000000000000001d481fc6a98f4adf8062b4c5ea5a71e7b0615944ba014 1.40 MB 3,509 2
894,232 894,232 000000000000000000009750e22b5f5ebc476dd70a00676feb167a6885eab22c 1.17 MB 978 1
894,231 894,231 000000000000000000007d1ee874ad47d937b9067d2467f1435f4fcf4494143e 1.29 MB 1,195 2
894,230 894,230 0000000000000000000166b1233c747e0264ad875c7c784b4220203007994b4f 1.53 MB 3,534 4
894,229 894,229 00000000000000000001fb3cb8baf0b3b956ffcc2b31269511aeb16a0979e885 1.26 MB 1,341 2
894,228 894,228 0000000000000000000172da3ccae5fbe61b5b93992d652eca7cf13fe9b5c775 1.10 MB 525 1
894,227 894,227 00000000000000000001dd447f836b99915b59fc61faf5fbc278b2005245be3b 1.12 MB 498 1
894,226 894,226 000000000000000000013ea8ad0a39d058ccc0553864e9c89660dfe5e4dd1add 1.22 MB 781 2
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.41 GB sent, 93.80 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.