Memory Pool Memory Pool Refreshing

5,342 transactions
1.52 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,034 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (799,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,953 107,953 0000000000013add9dd58c5f970f9ff59f516bac0fe9063c5c7b7474133dd840 0.00 MB 2 0
107,952 107,952 0000000000009dcad9b2a6df99b386a1f0161cda95b14da4f6543872bfbeae6e 0.00 MB 3 0
107,951 107,951 0000000000002675ea172bb696e5594c75704fef480bb9a2fc24c606afebc97b 0.00 MB 8 0
107,950 107,950 0000000000024e1e8c1f22ed88886feb13bc8af04da48c71b877dfd6e32ecd6c 0.00 MB 6 0
107,949 107,949 000000000001538a5941fd1357eada08d2bd76bf6079226821f6de1ac4ee6c49 0.00 MB 11 352
107,948 107,948 000000000001b8aa3ab2d478520bc81297fcb0edff7d7d582650065effbda191 0.01 MB 24 0
107,947 107,947 000000000001d1a1f1c99b2dca5785884f7c78b177775727dab815d6608ea053 0.00 MB 5 357
107,946 107,946 000000000000848971008143a08dbd95090daaae707948d7e789195270d8020b 0.00 MB 9 0
107,945 107,945 0000000000024200c17c6cf0f92b79f2d181da265d35703a36f2fb5c27029162 0.00 MB 3 0
107,944 107,944 0000000000015a6f3c30c07f80db1ac57febee93d13f771dc34f1d6c5d9e8b0e 0.00 MB 1 0
107,943 107,943 000000000000a284d9cfca3097ef46bbebb69cd30810064ac28288417820f879 0.01 MB 34 0
107,942 107,942 000000000001c1bdc4a94f22b3c45eeb7f77dd4d9b57a85fba25470286c37332 0.01 MB 46 0
107,941 107,941 000000000000c09255d8564a5c01b6db9fc716c7637d4464c3e9f817c1e1932f 0.00 MB 6 0
107,940 107,940 000000000001a599f070fee7d287a68ec006a8c04510a40984fd43160d7b7ec7 0.00 MB 1 0
107,939 107,939 000000000000ffec8779a4da4bf38cd68d2b8bb64047dce5d6d5c6a1e76b2e27 0.00 MB 3 0
107,938 107,938 0000000000000b2596267ce4a3b3837e905fb90f5dffbfedb1f9f696b11c0277 0.00 MB 1 0
107,937 107,937 0000000000007829839a0984e26f1e6b67757006ddcda84684d9853ca493cc04 0.00 MB 1 0
107,936 107,936 00000000000228413ba6e220f69acf1c9141dbcfce35305412d05d212dffb3b7 0.00 MB 5 525
107,935 107,935 000000000000a2caf79f7b7db612747530a51bd4506e75a8298b1910e1945700 0.00 MB 6 0
107,934 107,934 000000000000d5c0af5213627f3cbff57a6663348574970de03001ae9024750a 0.00 MB 7 0
107,933 107,933 000000000000fd44434e86ddb5aa248255bb9209b140aad48272a395dc89a3f2 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 769.24 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,634.96 GB sent, 94.11 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.