Memory Pool Memory Pool Refreshing

1,661 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.49 vMB 1,644 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (758,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,918 148,918 000000000000058574d39247d8db8969e7190354ab17bdc65c1b87c008572d21 0.06 MB 146 2,499
148,917 148,917 000000000000089610c34fab104a8f5c4401db8e45da46635e5256b6a450488e 0.00 MB 4 77
148,916 148,916 00000000000004a6b32980d37fd007e11cbf6fc220d2336846117dfc0b7d6714 0.01 MB 36 203
148,915 148,915 000000000000038144777cc762e617af7b868c80b9db6e769dbaa5d26fd98b49 0.02 MB 54 109
148,914 148,914 00000000000007168a385279100a9f50d45b0601668f6ff94fa5b1b327b19466 0.00 MB 12 63
148,913 148,913 000000000000038268a0efbd93a41f5bcc03d4f89ad8073320311b706f4d5c11 0.02 MB 70 85
148,912 148,912 000000000000040afad4570a6d19da7a18295710a53d40de1a47eb34725f5315 0.05 MB 131 69
148,911 148,911 00000000000009c2da0b9725888e35c70d2a22dbd1af2628c72c825113d69d3a 0.06 MB 128 104
148,910 148,910 0000000000000407b4b945766d9356dc260af89c74f315332ceb23994e7cdcc2 0.05 MB 135 94
148,909 148,909 00000000000008912a6b354fd18e20a7ed0a16521a966fcbce4e0e7b8b33c077 0.00 MB 11 37
148,908 148,908 00000000000007d6adcc6b7ab7ac4fb61db1ebf580f5fbbf7fe5c92d967c67e4 0.03 MB 67 436
148,907 148,907 000000000000011609de80999e9dc3024e22596edb31bc972de04cde20c28d0e 0.04 MB 77 152
148,906 148,906 00000000000004a9ab508c887451612005731cdd9e290b1b5bf662af1cc3616f 0.05 MB 92 45
148,905 148,905 00000000000003222a6f382f3c5a4141457be52f57cbd97a4ba39c2866ebca24 0.01 MB 12 59
148,904 148,904 000000000000028a58a39aab40f0a997f56aa94c1990353728e7d549b315d648 0.01 MB 14 554
148,903 148,903 00000000000001512644900e56ddfad6452d897e816ba97e5670e87359ab5dac 0.00 MB 19 32
148,902 148,902 00000000000000e96cbdd0038c30e365ba3ad8178dac71bc0f0cd48bbac13aa5 0.01 MB 23 255
148,901 148,901 000000000000057e3df7d2b33cf99c629d67d66167a59054f7c97381caf9de7c 0.01 MB 17 61
148,900 148,900 000000000000070d7363fe2a0f4ba2a1bc8e06363cf27446967c7e6dd758a9df 0.02 MB 39 16
148,899 148,899 00000000000006ec1aa4cca1f9f840e5a7890a5d38d272f6328f669795ccab67 0.02 MB 46 360
148,898 148,898 00000000000008ffce5f6091b5efa4aa40229b201fc780f8cc9eec957e4c2f1a 0.00 MB 12 266
Previous 10 blocks ↓
Total Size: 769.14 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,631.96 GB sent, 93.59 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.