Memory Pool Memory Pool Refreshing

3,460 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,026 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,141 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,025 (800,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,959 107,959 00000000000183fc0594b754895c8a53442b420862a451171768d3490b842e0d 0.00 MB 12 0
107,958 107,958 0000000000023d5c472b5937fab0d62ae3841bb2c05cfadb2b09d66d9e415cbf 0.01 MB 34 0
107,957 107,957 000000000001d86f6f69f2add6bf705fa40b4d8eba844bd7a03c3a7bebcf7bc4 0.00 MB 6 0
107,956 107,956 0000000000025c7d0b9a1093e9765b0d8ccfd09e6065a7128d3de3ec9170b4e0 0.00 MB 1 0
107,955 107,955 0000000000007c1682926896dc5b8a85be24697393fff9188f07e02e3497c401 0.00 MB 9 0
107,954 107,954 00000000000169159b0d3f8de7627b742f193e8186a879beeff1867cf39aefdd 0.00 MB 5 0
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
Previous 10 blocks ↓
Total Size: 769.59 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,651.16 GB sent, 95.87 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.