Memory Pool Memory Pool Refreshing

4,967 transactions
3.12 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,429 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (636,042 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
271,763 271,763 00000000000000023ded9176f50fefeb03ec66ee6c3de9e0dfc694de61565003 0.25 MB 837 273
271,762 271,762 00000000000000016750b28f66397e7ab0fe76a9fe5ea8004254febee2116291 0.07 MB 202 111
271,761 271,761 0000000000000005a79f4934338caea9622933fb3177c1ba84e4ee6793c2be44 0.05 MB 151 65
271,760 271,760 0000000000000002218fd428a5f1b9f05dce501ebbecb05c676fc2ea9ce25cf5 0.30 MB 625 58
271,759 271,759 00000000000000001b42c26fa442acb5b428cc327a574a23cdd84df287a0904a 0.15 MB 311 42
271,758 271,758 0000000000000004fb2145150d16f562a762b0b9def622a75e755135ed3d7e6c 0.06 MB 129 70
271,757 271,757 00000000000000050b4d23c1d61bbac987c88001afa880788aeb1212c66828b0 0.07 MB 219 64
271,756 271,756 0000000000000003941826b6fbd0d179d9bc90f21ab0b4d3e4979aba465c7caa 0.35 MB 817 65
271,755 271,755 0000000000000000200a0e847eb4f421b99e0b2361293fc07592c24a84023b15 0.07 MB 155 67
271,754 271,754 00000000000000058768a6030eb34016c2523700b5e8e9c7f357eaac63a2fcec 0.13 MB 312 60
271,753 271,753 00000000000000068e19caca8cd7635d0c9a2c11111e0f53743b9969d2bfd236 0.15 MB 279 39
271,752 271,752 0000000000000004c2e3b5bb00466f33c361da8b7257957ba2be00e49970d91b 0.23 MB 581 51
271,751 271,751 0000000000000001ad3af82a72bc566933a99f48cd643227dd0463f8e23c7aa2 0.23 MB 274 42
271,750 271,750 000000000000000591c89db889d6e65035c7d7eda7fa1f07ce4df1ae33cb7b6f 0.07 MB 184 209
271,749 271,749 0000000000000002280fe2f6250207fc762ff17f2e8b927e28fc4ff0c57a865f 0.12 MB 324 83
271,748 271,748 0000000000000004411b60781d097bf9092e17f9cc7aa2f7c5d2a881725a45c4 0.28 MB 719 85
271,747 271,747 000000000000000221cc87c98e9598dcef36d7013f4093865059090a92a87741 0.30 MB 681 65
271,746 271,746 00000000000000042c90a240a6f91d857b3416b2157998b0949faf3c608a601b 0.24 MB 490 71
271,745 271,745 0000000000000001dddc81ad0b00c53fcd6472afbd26b69ecb0d1448990aa38e 0.15 MB 231 26
271,744 271,744 0000000000000003dda143ee7f30a57b294c9de62c4e1fdd84d5047553cf173b 0.25 MB 721 79
271,743 271,743 0000000000000006278a891131cffd5188694ff9d74f09b1a43ff9b148c87b42 0.11 MB 278 86
Previous 10 blocks ↓
Total Size: 769.17 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,633.41 GB sent, 93.80 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.