Memory Pool Memory Pool Refreshing

12,774 transactions
4.00 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (550,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
356,868 356,868 000000000000000007967d5c3e2ef18d1a1a17bdc416306d0db6d0acf24e7820 0.23 MB 348 22
356,867 356,867 000000000000000014cb40c5d58a62423807781d3e9e6cf1bd7faf0fcb098100 0.16 MB 173 17
356,866 356,866 000000000000000002cd7989d5454fb501e79b3d7cdf49fbc33c2027d3f80dce 0.23 MB 367 21
356,865 356,865 000000000000000012309acb65f1a806c330271161c4dae5aec0d11c7b02beba 0.23 MB 342 21
356,864 356,864 000000000000000010cf035b1e8fe10219e1260c86820c06c2a7db9be8f74ddc 0.08 MB 77 10
356,863 356,863 00000000000000000749afaeaeda8e53835edb810f056987f37d22e29385a091 0.31 MB 698 28
356,862 356,862 00000000000000000ae4c729cedd36f25b7c8fc254bac192559cb604d31cf6f4 0.63 MB 1,057 21
356,861 356,861 000000000000000008ee8b6c75a02477292169b5c50afe70e148ccf1d2a94fdd 0.00 MB 1 0
356,860 356,860 000000000000000003085319aae47ec02147c324b0b5a1f96fa1b50ce57d603a 0.20 MB 408 26
356,859 356,859 0000000000000000037beeca0b34c462b5aea9bafe7f50a2bf78c50575517eac 0.10 MB 167 15
356,858 356,858 0000000000000000143068efc91c0a1033c66bc99ac9de2a73a0bfefd7b4d79e 0.15 MB 317 26
356,857 356,857 000000000000000002df801236d00797bd286faed2319e5d7c53b8e12a7e0912 0.20 MB 401 24
356,856 356,856 00000000000000000fa56578f165a28b2a2843a31ef5cf45df4c37908bc8842d 0.65 MB 954 19
356,855 356,855 00000000000000000a4c049faccda65605ff22cbfe79d175c3bfae4e9ceb80ca 0.14 MB 512 50
356,854 356,854 00000000000000000dde41598c1d1292327a827f6920cb6517b6a05e5f129f89 0.67 MB 1,390 27
356,853 356,853 00000000000000001653dff73df471a18eae2e2d0410d6e559fae63a72c06f67 0.42 MB 796 26
356,852 356,852 0000000000000000040160a9abe07d7209022576d0d5f3e0e9510e188648944e 0.21 MB 419 26
356,851 356,851 000000000000000011b62fc7e4f77bdad2dfd6b3af54c67f2c319104c13eb740 0.11 MB 230 30
356,850 356,850 0000000000000000044340b6300948342396e4953c436cfce175bb73f4a2b96c 0.07 MB 110 30
356,849 356,849 000000000000000014592faefb327b5ae2b19546ef7253be6f3ab22e23411ec8 0.55 MB 1,083 28
356,848 356,848 00000000000000000a5642e1948bb83bba8e019146417034055044bbb2bcb1d5 0.45 MB 662 22
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,622.20 GB sent, 92.93 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.