Memory Pool Memory Pool Refreshing

2,644 transactions
1.01 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,011 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,585 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,010 (164,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
743,979 743,979 00000000000000000009808e926f169bc5986a805067ae2dd68f09d32fb76753 1.62 MB 2,167 15
743,978 743,978 000000000000000000001c6f4b761109180d31805a3a09080084cf4968cf3f99 1.39 MB 1,964 16
743,977 743,977 000000000000000000016bdc73b3f48987f444995111250a53763e37fe587ae7 0.74 MB 846 15
743,976 743,976 000000000000000000046cc82ec03bc74c6468d14683fc64e970aecaf72c7ff5 0.06 MB 94 15
743,975 743,975 00000000000000000004b9d7850e4279da2c2909afc66e3931f9e25ae60c42d9 1.19 MB 1,630 14
743,974 743,974 0000000000000000000088e9898054c42527ddc1abada3f62854dc253f28c71f 1.12 MB 810 20
743,973 743,973 00000000000000000005b5754c19bf7027f064e0e282eda632e471b97135a7c7 1.43 MB 2,603 12
743,972 743,972 000000000000000000094974c2a8ec03b98dd6892ac979ab2042070c04398eb2 1.57 MB 3,291 26
743,971 743,971 000000000000000000076cdf65f75c7d6d6807a3114088c11c16d307dad8eb1e 0.44 MB 1,069 21
743,970 743,970 00000000000000000007e634173815935fbe7aec6860cc8a142bb027f83c4927 1.35 MB 2,119 15
743,969 743,969 0000000000000000000798124d21571e31654e7f6948390f9768dd3ab868cbe3 1.42 MB 2,525 18
743,968 743,968 0000000000000000000613c765ffd3a54a6dc50c365bfb44707f976e70d3aead 0.96 MB 1,337 15
743,967 743,967 00000000000000000001ca6f72dbc01997ad659dde95310849f3f9676a2e955b 0.31 MB 389 22
743,966 743,966 00000000000000000008b9939e40150b554b5d967a905196111cf165bafe9820 0.33 MB 619 12
743,965 743,965 00000000000000000005ca83ba7fa4a117d414f431c89ec22b519a590a54d465 1.51 MB 2,801 18
743,964 743,964 00000000000000000000c01a0043581b9929120f38c8172ca844d6a4b54bc07a 0.28 MB 587 17
743,963 743,963 0000000000000000000695e4672697c7bc74dc894f1beca930543764f38af58d 1.13 MB 2,094 18
743,962 743,962 000000000000000000066bb4d1bb9b4bdf9f6b7ac250b65dcadada376e63b7fb 1.33 MB 1,774 17
743,961 743,961 00000000000000000009a6cb3c9dbc267be43967613c0a5671ea55f315446c8e 1.16 MB 254 5
743,960 743,960 0000000000000000000200dca9824c30e608a5f25487c3396cbe3c84ad87a86f 1.35 MB 1,597 20
743,959 743,959 00000000000000000000f72d81506c76cf53c39f891f670836dbd52ac8fc7862 1.53 MB 2,286 17
Previous 10 blocks ↓
Total Size: 769.57 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,649.55 GB sent, 95.77 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.