Memory Pool Memory Pool Refreshing

4,818 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,696 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,379 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,695 (685,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
221,762 221,762 00000000000003898ce073471d9180b497529d7e17f87baf91752b9b8b7ede67 0.00 MB 1 0
221,761 221,761 00000000000004030895f4c24d135959e0b8191ee137e29c5e1554e6b5da39d9 0.00 MB 1 0
221,760 221,760 00000000000000fc85dd77ea5ed6020f9e333589392560b40908d3264bd1f401 0.05 MB 119 33
221,759 221,759 00000000000003b34ca89509da5f558af468c194afaa8d458bbeb07c50cc7c74 0.25 MB 770 203
221,758 221,758 0000000000000448f309c446a3f857f9996d54e6cb1ef934ae2df4595e23a678 0.25 MB 869 249
221,757 221,757 000000000000040fcfa104e4e6064fc45ad981ae6f53b94408cf5863552a469b 0.22 MB 635 182
221,756 221,756 00000000000002740818262e06617f34381e6bc4aaa62a49a2d10590579a2427 0.18 MB 430 200
221,755 221,755 0000000000000368af29dc22505b73f423393aaadb69f7a8e11724c548b310c9 0.19 MB 437 175
221,754 221,754 00000000000000bdb8371be1be03dd81ac0895f952fd725550141df8bf314a1f 0.11 MB 228 153
221,753 221,753 00000000000000a39ebe9f94dab98b2370dfb1a50a259585f0666cf7066ec4bc 0.21 MB 231 285
221,752 221,752 00000000000002df8fedab66e85765a95213dee0f0f1bc03104c7f99f1f74e5e 0.07 MB 164 128
221,751 221,751 0000000000000331d3ffcafe06b10d94671265ffadf4b2dc5719ad166ffa197b 0.13 MB 260 167
221,750 221,750 00000000000004aeb32232fd17ad356983a5d00216bc76c51b27af32be70cc26 0.09 MB 229 166
221,749 221,749 000000000000005c9da5c743f3baeaa458e2b64dd9c3ceb26c09dacaf2482cfe 0.24 MB 230 92
221,748 221,748 00000000000003c64649ef8da96a60eed79023ddd95c38793036d7b29f526d55 0.25 MB 475 181
221,747 221,747 000000000000022f78b28a4b6b8cff35986a388cf6c79d01acf4f133033c6107 0.25 MB 631 252
221,746 221,746 00000000000003ee26b1b06dc28e319c814a4586a7f6112a1858c96a7dfc3f44 0.25 MB 755 228
221,745 221,745 000000000000042fdeee2be8626e50ed71bf642ed03db5581d7ef390f6e7a7e5 0.32 MB 581 169
221,744 221,744 000000000000022348b420b5a46d24c9038e2bb7d47ed9a9e9619f720edc0822 0.22 MB 551 187
221,743 221,743 00000000000004b93e8f7b274270bf05024d396e6e319cb7ab79d104b9e0de21 0.27 MB 566 162
221,742 221,742 000000000000039d4b5d1f627e80dc116d3d9c13c60682fa63a996ee14b77e1e 0.05 MB 93 138
Previous 10 blocks ↓
Total Size: 768.98 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,615.71 GB sent, 92.69 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.