Memory Pool Memory Pool Refreshing

14,199 transactions
4.51 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (751,227 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,491 156,491 00000000000007a0cf1e42a720c6d306e9f46e264929f3ae1df55b866435683c 0.01 MB 49 118
156,490 156,490 000000000000051b74d7d6bc8a407dfd986d3485e7221075454a724f98f570ee 0.02 MB 55 100
156,489 156,489 0000000000000e2b2e3d034604146e9950cd50c8c13d19dd8c79c879a32b586e 0.03 MB 64 131
156,488 156,488 0000000000000ecbd017ba9c88f7fce64fff82111c7b63a2203ee9a44c5c9620 0.01 MB 16 8
156,487 156,487 0000000000000539d4aa1ca2d7615f205e11559f158bd7438128f769ddfb092d 0.04 MB 106 118
156,486 156,486 0000000000000b11f3048c055fbd8a226fd8ebe9da611d47e455508d21c68164 0.05 MB 114 28
156,485 156,485 0000000000000a4de521b44107b871a31becda42f0ddecd3ecc28af95c3b972d 0.03 MB 58 131
156,484 156,484 00000000000007806d3ce7d185771228e35b7d2add0b0a6e58f70ea881770e9a 0.04 MB 82 78
156,483 156,483 0000000000000599c8a0185ec8d83c8fd36ba9cbe59f70638507cbe71b210a2f 0.02 MB 33 138
156,482 156,482 0000000000000a28ff231698e4130e160ef7f90983f16e6850f26d4475e3e8a1 0.02 MB 47 74
156,481 156,481 0000000000000e7a587d91a90474e117ed22256260f622e2b4922831280514cb 0.01 MB 16 226
156,480 156,480 0000000000000a8edd63a7612276fda97422f0e56f1db6d26d715029830c3755 0.01 MB 40 97
156,479 156,479 0000000000000d45f3e12fc32854c1b0f26699867e253fd4fdc24b724666ce57 0.00 MB 5 0
156,478 156,478 0000000000000855487726bfb04a120e03d60da465cf8202a61935ec6e7f0ec2 0.04 MB 116 0
156,477 156,477 0000000000000a4a2693befbc749827fd89b99b3801b8cf1cc3c95166e41e42d 0.05 MB 105 71
156,476 156,476 0000000000000f5f2f3a6907b425dff9ce072a841bbc719ac6d37f5b413357f8 0.05 MB 179 2
156,475 156,475 0000000000000751dfd0a2638ca5850614a903f81b490e177d83d3f90dcdd457 0.01 MB 33 142
156,474 156,474 000000000000045ae08080ab205f50bdd5d9c7419d20f832f11b8fb264d48ea4 0.00 MB 10 0
156,473 156,473 000000000000091acd956a9613845407adb5c945c4bd0dca24eb7b97eaf743f3 0.00 MB 14 12
156,472 156,472 000000000000068b713c2984e31f9369cfc60b823d261df9c0accb3a70e3b0e0 0.01 MB 23 162
156,471 156,471 0000000000000e095ea4cc7ba7271468a00366ab07daa6dd9236b07fa07a0ed7 0.01 MB 19 11
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.