Memory Pool Memory Pool Refreshing

13,987 transactions
4.45 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (8,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,649 899,649 0000000000000000000193d00b75cb468404053bd69b196dcbf8ab7f0a089568 1.72 MB 2,604 7
899,648 899,648 00000000000000000001e70b987e3f498b788b363108a133a4c0e21408b1bd15 1.60 MB 3,094 3
899,647 899,647 000000000000000000016f0ab074767fa16f7c6f4916610f348192deef311266 1.86 MB 547 1
899,646 899,646 00000000000000000001b7c968a16d1f8a132120be38316efe5b173aff7430e4 1.86 MB 2,743 1
899,645 899,645 000000000000000000004a8ff16cd6be6c9410768c40c253868137f72f020f2d 1.60 MB 2,928 2
899,644 899,644 000000000000000000013ca88ab239d306cce9f8a2022f2699cffcca9358fb98 1.60 MB 3,100 3
899,643 899,643 000000000000000000021dda8f98230f258a633bc94f745748278e111e45becb 1.59 MB 3,437 10
899,642 899,642 000000000000000000017f3377b6bc898bd948ae5220bf2a8aa66d6a588b9704 2.05 MB 633 1
899,641 899,641 00000000000000000000b8d0bd3e1ca884d2629a976e0b5b1cf86466c1565d16 1.83 MB 1,616 1
899,640 899,640 000000000000000000007420fb3a9e0235dbb23fd2c842019acee88e42f9cb39 1.66 MB 3,960 3
899,639 899,639 00000000000000000001e823f6127eff1438f307fd3e18c3eb10c55767d1b280 1.66 MB 4,388 8
899,638 899,638 00000000000000000001cb30ab4df44bdfe3d3b1b3d706ec7280d4cf85760bef 1.69 MB 4,728 1
899,637 899,637 00000000000000000000a6c147dcf3cc136773ff76cf1a2761c0d3f25331b047 1.67 MB 3,406 3
899,636 899,636 000000000000000000014274c3c84f4547969115fec4684a63a26edf44cbc53d 1.76 MB 3,016 1
899,635 899,635 0000000000000000000116b6b61adb193c8928689f8f549b03b8faa87c802ff3 1.62 MB 3,049 3
899,634 899,634 00000000000000000000976921309ce703f1c4f86bef30e5ec530007d8d87f37 1.76 MB 2,845 2
899,633 899,633 00000000000000000001577cf19ec8b5aa94c44024bbe78539b97a88783439a8 1.78 MB 4,671 1
899,632 899,632 00000000000000000000b31d9113d02da0bc5e56b3ce38f053a3794fa9226e71 1.61 MB 3,160 2
899,631 899,631 00000000000000000000f7e5231aa75b240e57617ce88f06ec78adad9f26caa5 1.60 MB 3,195 6
899,630 899,630 00000000000000000002298ee09a4d85966fa205592088d661db7eb9e07e9649 1.60 MB 3,892 2
899,629 899,629 00000000000000000001f5ec6b5faddbcc32acd9ef226436496da26d5ee68992 1.73 MB 4,506 1
Previous 10 blocks ↓
Total Size: 769.02 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,622.94 GB sent, 92.96 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.