Memory Pool Memory Pool Refreshing

321 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 291 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (780,794 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
126,998 126,998 00000000000016643c58cb7bc640fee1235d63fd6b14768d85dce8cb57706029 0.02 MB 42 676
126,997 126,997 0000000000001eb62f6c187b62c588fd16f93afc62c1f4b4902740641a7f9348 0.01 MB 14 1,854
126,996 126,996 00000000000023ee3e067419e5e9970091c74418818c990286002969f9106142 0.01 MB 13 922
126,995 126,995 0000000000001cfbe9877a509f923fcfd57ef3c3f350e7dde439dd4e2696d557 0.02 MB 48 57
126,994 126,994 00000000000015ad5a761b5ff5643f2c48f27ecc1423d2b8b4fd1913e04b61db 0.02 MB 52 837
126,993 126,993 00000000000002bca292adfbe237ec88d930af0291c9894e75d8606ca9f0dd3c 0.00 MB 6 0
126,992 126,992 0000000000003b0b62b36465fe0bff127f966cfedd2244c59de5e36e17488256 0.02 MB 72 51
126,991 126,991 00000000000017e52875a43c641025ac3e9f6cac593e20fcda449b7735115096 0.02 MB 50 848
126,990 126,990 00000000000030c6ebffe56a8438d659a45e09cdafa46ab3a549843b33b262cb 0.01 MB 28 3,342
126,989 126,989 0000000000001465b0e49afaf43465ced91d6c245cfccf9b5309c90b30158b06 0.01 MB 18 1,418
126,988 126,988 0000000000003546ab26e25b9bc75e2b355a7a6e21660b5bec2f79ae2649b892 0.01 MB 20 485
126,987 126,987 0000000000002ef3946382d3e166279061654c71cd526c25ed796b2f79146e0b 0.02 MB 35 662
126,986 126,986 00000000000022c6e61cadb8686800d8f2535c6bb08d8ceb44cd9718fc21c8d4 0.02 MB 39 915
126,985 126,985 00000000000006263299d23c074a77c75adc0911be27eb9672c6357f8a5b790f 0.00 MB 6 2,197
126,984 126,984 000000000000403a9f382d8f0f0723fe4dc20ed15e3af08793300810f73da88a 0.00 MB 1 0
126,983 126,983 00000000000027260ef9c7874c8510927de86997150e15890624811a245d0803 0.03 MB 82 515
126,982 126,982 0000000000000ba53235903141145d952c912964864f2c86c171d95ac705bbcc 0.02 MB 42 773
126,981 126,981 0000000000000c0e900a938a8d44d5222663db993465daa5db14b8aec21d4dae 0.03 MB 86 147
126,980 126,980 0000000000000a6ef7c0cd8f31b186197c01cc2cf0a3085c89495a8fea109189 0.01 MB 34 1,988
126,979 126,979 00000000000016e18b3087cd793b881516917b3c7528c2499ebb5fc10f209ffc 0.01 MB 16 823
126,978 126,978 0000000000002a74425d4a5a0ad33e1a833b2bbfbf3d6c5dc72d63077ebcd32e 0.02 MB 28 459
Previous 10 blocks ↓
Total Size: 769.15 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,632.62 GB sent, 93.63 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.