Memory Pool Memory Pool Refreshing

8,800 transactions
4.14 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (573,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
333,994 333,994 00000000000000000b83a8e5eab56bae61ec9ea64bb598a8f63e8ffcf7743421 0.04 MB 105 36
333,993 333,993 0000000000000000125f6ed8ecc1a3bf142d4bcc0699864dd2360a629c19b04c 0.40 MB 748 32
333,992 333,992 00000000000000000e4c2dc99a1779d63f63bcd2a6373d53f0c8c5305ff04836 0.37 MB 602 27
333,991 333,991 00000000000000000c3a2295dc62137872032b33769470cb4b50fd3f057336dc 0.18 MB 293 23
333,990 333,990 000000000000000019bed1a4aed2a9b4322ccf9901d89933255f9028f0801fd1 0.05 MB 91 17
333,989 333,989 0000000000000000099b159cb94db515d071f26627633787b71cccecf14fad8a 0.29 MB 559 26
333,988 333,988 00000000000000001430baf47c3cfccb50c0b36d6ccaed63c660184607e0ff19 0.45 MB 624 22
333,987 333,987 00000000000000000996c3c0046f4c05b36d0da522282e61ffedaaf423bdb954 0.26 MB 408 21
333,986 333,986 000000000000000007af983236edb16285b73159bf258a068366f58d469abbff 0.19 MB 211 12
333,985 333,985 000000000000000008fe8d2a0b8c82cd910e7def30b04be0d4a63f7587d53926 0.75 MB 1,322 25
333,984 333,984 00000000000000000d2565a3f5c70d5f98afb4ccbd0e4722bfd3da48c7bff541 0.12 MB 230 42
333,983 333,983 000000000000000016268be17f3f710e78d4d6808a9e520b652a1bc7f592538b 0.49 MB 806 23
333,982 333,982 0000000000000000190e33ce1bb84e6b18f2747ceb926cd76daee9009cdd0385 0.41 MB 622 23
333,981 333,981 00000000000000000dd1a95c74f4995361521f4bf64127d7d762a7a7b306a0d3 0.68 MB 992 21
333,980 333,980 000000000000000001f7b172678988f9275d425d42b542bced639e7f7d78a721 1.00 MB 1,745 27
333,979 333,979 00000000000000001b4ede091b2001cc93b28e477cac29569c7b57798570e660 0.14 MB 512 49
333,978 333,978 000000000000000004c4c153d40526204f8716f4442e9fa6cbb88a089181d382 0.14 MB 268 34
333,977 333,977 000000000000000006b93675ad29d20794a9f79356357961b26edbc53ac9394e 0.34 MB 612 29
333,976 333,976 00000000000000001134937592086f9fda9959bbd572db173e4990795563bb84 0.01 MB 32 27
333,975 333,975 00000000000000000e3ed3a3e6b9d34bf5c8b70e13a483f54963a846eae68ff0 0.59 MB 790 21
333,974 333,974 00000000000000000b22c3a5e69825839ddef6fb01f16b60fd00e830647363b4 0.03 MB 42 11
Previous 10 blocks ↓
Total Size: 769.03 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,625.56 GB sent, 93.03 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.