Memory Pool Memory Pool Refreshing

4,007 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,718 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (36,058 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
871,677 871,677 0000000000000000000000832497ae7b4b638066ad90c193eaa7020fbbc0e06c 1.66 MB 3,390 12
871,676 871,676 000000000000000000015daddd795b0e6ad7f672ba4e15498a927691b7e174de 1.64 MB 6,205 4
871,675 871,675 00000000000000000000c0294f825c9c490de35a4ffdb73102d04c2f59e5d9cc 1.89 MB 2,942 5
871,674 871,674 00000000000000000001a9ddcee1828d9ca58fc7bd80bb7158c7578295f7c306 1.80 MB 3,187 4
871,673 871,673 00000000000000000001558128e40c2afc2ba222e5d9b2a0f5e8a9a62d510671 1.61 MB 3,095 5
871,672 871,672 0000000000000000000208aaa71af6529ec4610c3f71a5dbdcb1f395f5f45889 1.58 MB 3,602 10
871,671 871,671 00000000000000000001684631645ddb2392224e238d00f8e89250abc0de59fa 1.60 MB 3,528 11
871,670 871,670 00000000000000000002918127c5029e225277d184b9eb4a104e51e1a455d5b1 1.52 MB 3,312 13
871,669 871,669 000000000000000000012c4263f724331ddbaeb8e05c97ae26414800db0ed408 1.51 MB 5,348 5
871,668 871,668 00000000000000000001dda4a534684aee9aefa3402812085b4344199aa71f4a 1.78 MB 4,040 5
871,667 871,667 0000000000000000000136b071346e14db88f6eec71b106ab604d327aad7bae7 1.57 MB 4,256 6
871,666 871,666 00000000000000000001eaed1af10c1d970e5f3c221a87ff115a3ab61b3f6259 1.60 MB 3,548 14
871,665 871,665 0000000000000000000054ea6cebceb34809382b335feef7b42bb56752137906 1.72 MB 6,172 4
871,664 871,664 000000000000000000000700c299a76869bc894bc605f7e6799291bd457dce71 1.80 MB 3,127 6
871,663 871,663 000000000000000000004ce3d7593727bcf620abb4ed7254ec17cf12d74236e5 1.58 MB 1,610 6
871,662 871,662 000000000000000000000c3cbdd45eda02ec6d7491bead48b036108e9d4d57d8 1.58 MB 2,672 5
871,661 871,661 00000000000000000001a46541712f42284a252190b6f700cd7127ff221fcd32 1.64 MB 3,377 11
871,660 871,660 00000000000000000001061c9d303e175c1ee825fee157ff46009482e413267f 1.56 MB 3,672 16
871,659 871,659 000000000000000000011ec136a52a5cba238f96d15430c68eb64ba84574084b 1.61 MB 3,458 7
871,658 871,658 0000000000000000000063888882db85eb39836fe205ef5dcce35873b6e9cb08 1.61 MB 3,308 11
871,657 871,657 0000000000000000000253025b1bf562973553917803392bcef11e59b579af83 1.52 MB 3,514 14
Previous 10 blocks ↓
Total Size: 769.05 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,627.32 GB sent, 93.12 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.