Memory Pool Memory Pool Refreshing

6,669 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,674 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,166 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,673 (195,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
712,540 712,540 00000000000000000006b3a54466205558edea6246b78bb20632bc0e7751ca0c 0.07 MB 97 139
712,539 712,539 000000000000000000070cb41199a47d939ce6bbe4954c99659c9bf16720ffc3 0.10 MB 80 115
712,538 712,538 0000000000000000000b5f375abec6e938f171ec2a6b3f9500ec057d6680d68e 0.66 MB 1,157 76
712,537 712,537 000000000000000000082d77c5ad6584edff5dfebd38f52fdd0f5b38cf6a003c 0.66 MB 1,229 2
712,536 712,536 00000000000000000008c85b780028850804c2e8c9c11f4aa3db42c6bae789fd 1.30 MB 1,515 87
712,535 712,535 00000000000000000005c906be53e62ee90f68a64ce6a0cba23e3b810c39a956 1.22 MB 1,010 133
712,534 712,534 000000000000000000082d28f3b424500463a7a6bd85115094f154fc6980bda3 1.35 MB 2,404 12
712,533 712,533 000000000000000000088e063b8a15f70317dcbeb9cabfaa38cf4409a0201662 0.26 MB 97 2
712,532 712,532 00000000000000000009949bdc12373d09411cafb26d9c195159028b030f8898 1.57 MB 2,433 11
712,531 712,531 00000000000000000005fa79cbfb4c77bfa5cf1fc7e0fe7a774be8c2d19d479a 0.72 MB 936 9
712,530 712,530 00000000000000000000afea0ec07550caf200506118a5be98d75752a59471df 0.58 MB 1,005 9
712,529 712,529 000000000000000000088dedcfa6f89a3e4b203123bc07e2d0bd27f538611236 0.39 MB 781 11
712,528 712,528 00000000000000000001b47cebedae7ad5d73a03c4de4d205a7ef5fc402c44a8 0.26 MB 428 9
712,527 712,527 00000000000000000005c2476dc487b7bd7d177b7cca294755e6cc6a6e37a464 0.89 MB 1,687 12
712,526 712,526 00000000000000000005c262585e9251e59bc61414d92db533bd80a8d84d7530 1.02 MB 2,195 7
712,525 712,525 000000000000000000087e78e95127045c47d468a280b8b068ca5cc696ca57dd 1.47 MB 2,367 15
712,524 712,524 0000000000000000000a9498fe609669a902109cb7b6da31000d383655399219 0.30 MB 435 15
712,523 712,523 000000000000000000015c7d7a2bcfdfb8bc4044b16dbe978e541732afcf335b 1.34 MB 2,554 11
712,522 712,522 00000000000000000000d93c4931dd3a1111e9af3098ae2dae555e58fe983d0f 0.87 MB 1,485 9
712,521 712,521 00000000000000000008e6d45866773fed669c4b9ae3d7211837624f69cf78e4 1.33 MB 2,222 10
712,520 712,520 000000000000000000027e97e7b311ce3d1797cefc126958e6b5403f6994e6ab 0.13 MB 137 13
Previous 10 blocks ↓
Total Size: 768.93 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,604.54 GB sent, 92.46 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.