Memory Pool Memory Pool Refreshing

24,557 transactions
15.57 vMB
Show Random Selection Loading Transactions
Max Size: 70/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
7 sats/vbyte 2
7 sats/vbyte 3
4 sats/vbyte 6
3 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
902,550 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 3,551 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,549 (700,963 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,586 201,586 000000000000058aed3833db588950429a46fd43e691f9121e2dbf5d3e131717 0.14 MB 234 123
201,585 201,585 000000000000050a8c91a22828b283434f6662d10382cc35e004e0df45e87220 0.00 MB 11 355
201,584 201,584 00000000000004c2ada10dcfa250f8c6ba8cdbe94acc79cde8355a85a14fb598 0.10 MB 175 121
201,583 201,583 00000000000000a202109a8ac566ea47568c2ea00dcf73003507723176e1f016 0.05 MB 176 93
201,582 201,582 0000000000000001e62894a6a31005013c518b81afad79f0842df66b768dab60 0.43 MB 731 43
201,581 201,581 0000000000000234dc7d273e84977cd42902b759c0671ebce5830cb5aef5261a 0.34 MB 779 153
201,580 201,580 00000000000001c0da79fbfbca15fb9afb922345892e26c4579780fe5c5a89d9 0.13 MB 245 113
201,579 201,579 00000000000004a78d8338fd6baab5b77aac74c74f1745ef54ce3a1b987c3748 0.05 MB 108 157
201,578 201,578 0000000000000520bc77bc7a3ad3e7f3ebf5e26b6b4a89986038f6ee6de08ffb 0.08 MB 270 165
201,577 201,577 000000000000033b3769b8f27de1f34e5c4ee18ce708a6da5af80c7eb05d84c9 0.09 MB 176 161
201,576 201,576 000000000000017a87d315fe511b16b6556aab6f79a610239f8c1b3582279b05 0.02 MB 20 31
201,575 201,575 00000000000000479ef132d37194e13a23ae2071bae824b5699446408fe7261f 0.37 MB 812 114
201,574 201,574 000000000000006a3c4e875932cd55067360acfff3b742c2c1c8d26f8d054ce1 0.05 MB 105 35
201,573 201,573 0000000000000500eba8319d162f068a33a65d507981b128ca41fd2361133a2f 0.06 MB 150 128
201,572 201,572 000000000000008228bbf54fcae29dcb9c718e8373d766e94f3b1aba6ebe4b30 0.24 MB 696 168
201,571 201,571 0000000000000111fc5864e71a3823fccd1754c9ea2b03ddbcebfc922721e837 0.05 MB 145 111
201,570 201,570 0000000000000289f7ec080b9f1821a143f497cdec2e7409c32cf072c3d999cd 0.14 MB 413 140
201,569 201,569 000000000000009fc4f3457902dbdef64a0ee8d5665044d2448b5bf9b169f9e1 0.43 MB 894 176
201,568 201,568 0000000000000104ccd09d6970c7d05a8ad6a0c649636766adc5f0ce126d9583 0.03 MB 95 29
201,567 201,567 00000000000005949acc2c5f55de76818d18526186c6c36e8343b71f72a883fd 0.04 MB 86 525
201,566 201,566 00000000000004699d2009114423917055ae48a2a528aabb909882d4ab73224d 0.18 MB 438 540
Previous 10 blocks ↓
Total Size: 760.09 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 888.88 GB sent, 46.83 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.