Memory Pool Memory Pool Refreshing

5,960 transactions
3.19 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,899 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (95,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
811,849 811,849 0000000000000000000260d821d95148706439d6d5b9dadcb0e34ab5074b5586 1.45 MB 2,873 20
811,848 811,848 00000000000000000004237bd22650508a199c3980b9bafbc42aa390cb38806a 1.34 MB 1,272 12
811,847 811,847 0000000000000000000272c56c5d8157910405fedeb0e436e4565d780dcdefa6 1.63 MB 3,880 24
811,846 811,846 000000000000000000012773074b23cc9321367fcd415fdccfdce08c2eb57fe7 1.34 MB 1,952 14
811,845 811,845 00000000000000000002e581db2641084b0aa89cd2c93222b325d9cfba1d987f 1.56 MB 3,251 19
811,844 811,844 000000000000000000037b45b939ab997bf1d427f8a576e9ecfaae5e46d0771d 1.54 MB 3,791 25
811,843 811,843 00000000000000000003005b522f87e4c5641f67b28367de89b7c69bd9b6cfe5 1.13 MB 841 11
811,842 811,842 0000000000000000000285bdde3c35ef552b56b4d7b6d02229ddd0d1f0108308 1.47 MB 2,842 19
811,841 811,841 00000000000000000002235ac6d7b7fc901c917929528c4f3d16a1d2d106dc1e 1.36 MB 2,222 17
811,840 811,840 0000000000000000000008962f862a2ff4c99fa12039b5690920fc6d744632ec 1.29 MB 865 8
811,839 811,839 0000000000000000000331fcaa1a7f5de95a05f87fb0449279aac2da99aa0a86 1.33 MB 850 10
811,838 811,838 00000000000000000002ea01a5bd1e422640835a1b69ad72973bd5f6303dcba7 1.43 MB 2,401 16
811,837 811,837 00000000000000000003fbdea4a2d148caf353a81c63d3ee461fd215ae18400e 1.55 MB 3,838 25
811,836 811,836 00000000000000000001170e03eb5909dd05bd68043df44fcdb3e1472a9829f5 1.18 MB 850 10
811,835 811,835 00000000000000000001702594f4462475227177459ae91bec4cde91c5b0a980 1.77 MB 831 7
811,834 811,834 00000000000000000002a2f71423dc8a241025272b7ef133db299b75ca439f03 1.13 MB 800 10
811,833 811,833 0000000000000000000477bc5a54cb3c335ed139655274c8d666e7f8b25547be 1.30 MB 1,498 10
811,832 811,832 00000000000000000004c9f9dbe6aa7a940e71c0ce095af903357af3ee20801a 1.52 MB 2,234 13
811,831 811,831 000000000000000000010a96c7a392248a4263027ef15bcabd3304f8d386e670 1.57 MB 3,706 22
811,830 811,830 00000000000000000004532dbedede77191b11688563eb89a5d102eaf5e1e292 1.39 MB 2,242 15
811,829 811,829 00000000000000000004537ca05ed90b964cb2bef92182fe25bd7678e7ebe6e7 1.50 MB 2,093 15
Previous 10 blocks ↓
Total Size: 769.17 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.87 GB sent, 93.74 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.