Memory Pool Memory Pool Refreshing

2,403 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,756 00000000000000000002349e0000000000000000000000000000000000000000 0.76 vMB 2,381 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,755 (112,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
794,904 794,904 00000000000000000003c9e9e8994e418072eca8982481f53334e3b14e7f22f4 1.47 MB 2,644 24
794,903 794,903 0000000000000000000243d1bfa5cbdde6e812c1d2544c8900cf118f7bd87090 1.48 MB 3,130 38
794,902 794,902 000000000000000000008734b295d2f872f8011a4655bea70f1a13ba6b136347 1.87 MB 3,684 13
794,901 794,901 00000000000000000004b55313061fcf89953b49903bb9cc0b715222b413e60e 2.01 MB 3,210 22
794,900 794,900 0000000000000000000172d0f392e6f28ac22c2ddcc7d965f287eab8f4baf926 1.96 MB 741 13
794,899 794,899 00000000000000000001e24bbd9554f3142519edc4430f3196cf71e2480b5150 1.64 MB 3,210 25
794,898 794,898 00000000000000000000ad7e9df26052606294fbfa38b0c70345852a3465cfbb 1.90 MB 837 13
794,897 794,897 00000000000000000004fb1a1f76596a93cf56112db7c6130dd408f19842196f 1.63 MB 3,492 28
794,896 794,896 00000000000000000000dc0c624118026eae4f43cb67374fa95162174eb235cb 1.89 MB 849 13
794,895 794,895 00000000000000000002905e856b2604ecd40edd4099dbf242b63ef8a3fcd467 1.56 MB 2,647 28
794,894 794,894 00000000000000000004be132056947e5286b71a98272cfbd3835b78995e1ea3 2.01 MB 5,291 13
794,893 794,893 00000000000000000004fa1fb76306cd67fb216fe89b3e0047a791db32ee6c2b 1.67 MB 3,326 16
794,892 794,892 00000000000000000000721e333ffd2f54f035392021ea1f2fc5cb16e4070147 1.51 MB 2,527 20
794,891 794,891 000000000000000000010328fe73718cb60ea9e3f82308881bb7af6465b34406 1.74 MB 3,144 21
794,890 794,890 000000000000000000019efd6dc380a2f851abd1322e2d2e8c62690fb440412a 1.53 MB 2,375 12
794,889 794,889 00000000000000000004b469f03bb272101b0e0a910a515a1a3521aad0faaacc 2.15 MB 1,442 18
794,888 794,888 00000000000000000003a8e73dcbbeec5f342a0603568a989cd8aca3a6006515 1.89 MB 400 13
794,887 794,887 000000000000000000009e36de661863ba7a68474123a859539e8bb6ce639cda 1.74 MB 1,514 20
794,886 794,886 00000000000000000004f4293334396ccebb85d916e108175a257d89a29c36cb 3.50 MB 751 14
794,885 794,885 00000000000000000000f5f6eee7d3e2fb796ca52b539461d152608dbf33fad4 2.53 MB 1,235 19
794,884 794,884 0000000000000000000467b6ce04cd85c54078cdcd6e16ef1e35c5d6419cf849 2.74 MB 1,466 17
Previous 10 blocks ↓
Total Size: 769.09 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,628.30 GB sent, 93.33 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.