Memory Pool Memory Pool Refreshing

1,335 transactions
0.49 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,756 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,308 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,755 (49,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
858,077 858,077 0000000000000000000084a077ee0d3309033698f5a310f211f312c156444508 1.60 MB 3,712 11
858,076 858,076 000000000000000000029a383324e5f6ce2d288959d6d088d829782584af90e3 1.74 MB 3,567 4
858,075 858,075 00000000000000000000f828fb32ef2a382f542e6be7960335f57fde79964aaa 1.66 MB 3,343 7
858,074 858,074 000000000000000000033d47f041d2da95fe1d2537bb3b86b6b982e9889cd629 1.52 MB 5,576 4
858,073 858,073 000000000000000000007b70c22f56116423d32907aca17dd64d3b8b651b4245 1.74 MB 1,926 3
858,072 858,072 000000000000000000030215760a507464386dcd818f63027752b027d48f0355 1.59 MB 5,983 4
858,071 858,071 00000000000000000002eedf93ec4596619f491a6ec08acdd7f8ce1b06b040a6 1.62 MB 5,215 5
858,070 858,070 00000000000000000000c9c9d50c26bb953577d741073aa8dd39a21872b02cb1 1.74 MB 3,088 3
858,069 858,069 0000000000000000000208e778b63368497c252170b0120449a7a636e419abc1 1.72 MB 5,078 3
858,068 858,068 00000000000000000000f73c307eb3d0ea37e471c1a9adb92419eaded1d66f16 1.59 MB 4,732 8
858,067 858,067 00000000000000000002af8c366c8dee7082c5a596f99465e6ed8f9ca75be562 1.79 MB 2,242 8
858,066 858,066 00000000000000000000157ce0213dd0133cdf97db78ae849374562d3bc3b5fb 1.64 MB 7,153 4
858,065 858,065 00000000000000000002461327556953ba7996a9e3c234f110d442a766757e90 1.65 MB 7,197 3
858,064 858,064 00000000000000000000a7c13056e78bc35bae0eb0d51d7ae6534bacf901b466 1.63 MB 6,632 5
858,063 858,063 00000000000000000002c43aac0576501f2310154b067e95f895bdcdac8caebc 1.67 MB 4,241 6
858,062 858,062 0000000000000000000169466988e4787c0e58819a8e30bef4c3940d3f8117cb 1.63 MB 4,491 7
858,061 858,061 0000000000000000000048e3952471e09dfbe25358c259eadbfb09331c842735 1.59 MB 7,097 3
858,060 858,060 0000000000000000000122622324b5c3b9bc6f162e6c048ea3982bbdf4b3b8a9 1.66 MB 5,588 6
858,059 858,059 00000000000000000002440e45d5124ec3537f52eb989982d64fac33e5da7577 1.59 MB 6,102 4
858,058 858,058 0000000000000000000257dc5bfee739c80e387d928a9aa0e0876a7f635cff7a 1.66 MB 7,040 3
858,057 858,057 00000000000000000000996a4d79d72169d7216f3efa4f5e532fe364b5681df4 1.79 MB 5,363 3
Previous 10 blocks ↓
Total Size: 769.09 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.