Memory Pool Memory Pool Refreshing

8,654 transactions
2.79 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,552 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,164 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,551 (892,548 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,003 16,003 00000000ae24015a9065a392d446ec4d77ad450898bf97420e711bf114722ec7 0.00 MB 1 0
16,002 16,002 00000000109cd1deb00b045c8d691c544ad84bc85e1ed58db23f33495383e873 0.00 MB 1 0
16,001 16,001 00000000bfd11dbf1115ca74217c55ab3938e59b2cf91d862c00354b65023043 0.00 MB 1 0
16,000 16,000 00000000679a1ab3af6da03f13a0bc96d7215e65458b2d2edfa030b5b431e8b3 0.00 MB 1 0
15,999 15,999 0000000096d8fe6171e3237ca5e61014259d002e70976ab6b5882f429755a310 0.00 MB 1 0
15,998 15,998 00000000b6e2598bd3bad9079fbc8a91dcccdf07c2c5f2247ac094fa67a0cc0c 0.00 MB 1 0
15,997 15,997 000000008fc12a5c88532f86cfa83cbcfabe59d48f7a4c799d2f18754dba5366 0.00 MB 1 0
15,996 15,996 00000000f99f9c6acfcd96853c27b8d502d6bc58c1c74d5eacf7f98a57c3b8e9 0.00 MB 1 0
15,995 15,995 000000009eee45a264b5f076ed39158247d907a998d0601415b53733ed269c1c 0.00 MB 1 0
15,994 15,994 00000000e57cd12d8ace59b88b468c8275f25ae16062266dea9ef796903cfc82 0.00 MB 1 0
15,993 15,993 0000000051c662442b470a4fe66f08c0030a584124b2fde72afa5b5c48a57b22 0.00 MB 1 0
15,992 15,992 00000000cfe06f8c1f2de4d9ff6ce80f03f391ce0f407462468fa83b720df842 0.00 MB 1 0
15,991 15,991 00000000c5327ca170472e96ea7e6d336d0501ea7f3d288563af42f868949f9d 0.00 MB 1 0
15,990 15,990 0000000012c8480ad61c4f81918b832669cafe489380f90d6cad736b5fca5b77 0.00 MB 1 0
15,989 15,989 00000000b9931088bb8e17158c4fc517bf54f33a75dd0664e4ff25fc823db35f 0.00 MB 1 0
15,988 15,988 000000003c97da0065fa399ba636a82ac132cbbaca057ff80e151449e5fb5635 0.00 MB 1 0
15,987 15,987 00000000507ad370b0578ee31ef32ffc93ae6383bde611e18f223d3d74dddc6c 0.00 MB 1 0
15,986 15,986 0000000048bdded4d068d110c5d9b29429cec77039a700b174f40d0ef1477bcc 0.00 MB 1 0
15,985 15,985 00000000d68e427f71620f27e300599d617d514f68b1bb1793a0c7760f290072 0.00 MB 1 0
15,984 15,984 00000000dd55f0fea3460967e659c8473861022a5a6e21d69319792f411a312b 0.00 MB 1 0
15,983 15,983 000000006840f51563c97750d475e548a71b86da23020faee352b98c24798d52 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,844.96 GB sent, 100.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.