Memory Pool Memory Pool Refreshing

3,449 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,704 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 3,442 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (675,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
232,578 232,578 00000000000000136fd72126923bc6bb3ab462b49a8f439d41842371d6e5f03f 0.25 MB 521 155
232,577 232,577 000000000000019fb488211e50f81b8b373d658fcc6ebca593d58cee6b825fb7 0.11 MB 260 156
232,576 232,576 000000000000018c42500772fc592b7bf70bc6ca3401eb3f2f6ed91ac60457b3 0.00 MB 4 0
232,575 232,575 000000000000008faf381f6042c4537bc5810aa9539c89cb4dccb93791e936c9 0.04 MB 114 225
232,574 232,574 00000000000000165d1fa56d0ac8b89b111f964d06facb21e94c59f003badaef 0.08 MB 188 160
232,573 232,573 000000000000008b7536482d6b33a87b6f5dbb4777eca87f826f239d472d83c3 0.31 MB 63 64
232,572 232,572 00000000000000299554e124962fe9aaec6bf710f841f4abd940202e4ff1d57f 0.41 MB 154 51
232,571 232,571 00000000000001b3a6eab0eb0a2c6405a7aa54dc9208b51fdb605ae29eeb00f3 0.25 MB 684 4,198
232,570 232,570 000000000000015ddc884ce15c4b830aadee3f04c6109a64cd10a1402ed589b0 0.19 MB 494 150
232,569 232,569 00000000000001298099e769e2ce7ff22ea1d7a7026c815a5fdade4cdf0b2593 0.18 MB 355 148
232,568 232,568 000000000000016349fee8a0d2c9c4810d0ab8d266718132b93fe82eb296df14 0.03 MB 75 142
232,567 232,567 000000000000015b15b469d8ccc5278f8a87e45fd0ba5d5fd9343ce5ef5d15df 0.07 MB 120 126
232,566 232,566 00000000000001a7453546bb537e21f7bbc458574cc973188b2003a460552813 0.25 MB 457 123
232,565 232,565 00000000000001292f2664edd98003ab95bcbf23abd8524795a55dc011eccebf 0.10 MB 151 136
232,564 232,564 0000000000000018f8fe28fb37e2c26fd772e47baa4e1ddd44cc9a9f9d5541a4 0.04 MB 112 98
232,563 232,563 00000000000000fcab371005d94479dc2a32adc85be0ad4e91dc08a8002de7e2 0.23 MB 493 156
232,562 232,562 00000000000001cb9e0f2bb728b1a66c1b687256a3990c9f23f534dbe2496133 0.05 MB 124 144
232,561 232,561 000000000000002bbc8c3ab682a156f6c3a959e8a38ada7408d50a84a6298183 0.12 MB 316 193
232,560 232,560 00000000000001cce3fdd8b71d1f314db904ac5c9f2f56df1c82bc6b370aa23a 0.00 MB 3 98
232,559 232,559 00000000000000abe2b08601bd9dadb55a668d054eef711f63b0a4d8d17696e8 0.10 MB 128 127
232,558 232,558 00000000000000e951888631cf02dca897f5ba5a7da78edf14f15f1515c0b4bd 0.14 MB 275 121
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.