Memory Pool Memory Pool Refreshing

1,762 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,468 00000000000000000002349e0000000000000000000000000000000000000000 0.53 vMB 1,753 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (907,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
845 845 00000000a33e8edf4d2fea75ac94487f3140d36ce8110048dd928e63370f4f44 0.00 MB 1 0
844 844 0000000091072446161b75b86354fac4270de72c0beb1281135892364b030931 0.00 MB 1 0
843 843 00000000fa5dae315bda889b42d81ec0d94de20d6ca6b446bf6e7747bafac665 0.00 MB 1 0
842 842 00000000161207e01bb1fd2dcf487e7b16bf32149569b93d683eec4e23eb8919 0.00 MB 1 0
841 841 00000000051d92a464c9ea82e450d8ca44a0d04065e2f66aab01aa227ecfb3a4 0.00 MB 1 0
840 840 00000000b03cda0b68d1da2dadf83e41ab3bd27c63dbc06d9f0fdb3636472f76 0.00 MB 1 0
839 839 00000000c01e9863cca2d4240bab413192cd5644036cfa613f0d9504d8c8de97 0.00 MB 1 0
838 838 0000000078eecd2a8f456ed336fe4ecd7c84d0bdc18cc609fc34b02ad9b4ee40 0.00 MB 1 0
837 837 0000000064ce70558fb016627685f36a7a5ef46cd818e850baa21ce5fe4ea041 0.00 MB 1 0
836 836 00000000657735ca6d3368548751e8c4cde75698d0ed4f55e3f1297e27724c21 0.00 MB 1 0
835 835 000000000d307eda232d986738cdd01ee4161cb51a3994f8a54f6e67fd1b4554 0.00 MB 1 0
834 834 00000000e218d46cb2ebea79906e0052ae1c5bb6b224b0da3bcee63ea53e33d0 0.00 MB 1 0
833 833 00000000b551883cb80c81ec7604a6309fdd65d9f59de7bb9a9ed6b81e1c4446 0.00 MB 1 0
832 832 00000000de9fa40b4107faaeaa6f05fcf9592b9475dd1b9a8b47110089e9ba0f 0.00 MB 1 0
831 831 00000000f557e10424ce91bffe1d0ca46ff134dbd5fb2447690bfc9d3842cb3b 0.00 MB 1 0
830 830 000000004e5c0c526e86ed66dc93ebb866e3b7b9b1f40aa520ae251cd19dd399 0.00 MB 1 0
829 829 000000001a25cdaad9a9a306da9186c20179e85f5e8f27891733711cbd604717 0.00 MB 1 0
828 828 00000000d5cd9765da3f24520faf0bc019938e218fff554631a5fcb4eb3d5726 0.00 MB 1 0
827 827 00000000c50b4d0ca3f17f20f96190262dc7f7ce23241f0bf81976d5008ac110 0.00 MB 1 0
826 826 0000000085778072ebee2f72ee90c7b6b0aeffe60c2e225848adbc6311fca93a 0.00 MB 1 0
825 825 00000000dac774c3cb8558b37d6b7879c0cbcacb6a455ca4e780ce85dd70a791 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.22 GB sent, 99.88 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.