Memory Pool Memory Pool Refreshing

7,389 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,706 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,934 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (122,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
785,141 785,141 00000000000000000004140950b064f523e328fddd7621746d953e6840d726f6 3.57 MB 679 4
785,140 785,140 00000000000000000001c33767fadf2e3c2a4287c30515caf8aa45803cc39494 2.56 MB 576 3
785,139 785,139 000000000000000000027259031b5503f5dfcb9ee3519cea41a00cb6e708a790 2.64 MB 977 4
785,138 785,138 00000000000000000003cd9670fdb1bb6e722b8e179a84566256f08c39cf2c07 2.85 MB 1,185 6
785,137 785,137 00000000000000000004a9ca40f5b698bfdfddc547baede284b63598bc3be0c1 1.64 MB 3,423 18
785,136 785,136 00000000000000000001e96d97de95054bdebc702cad03d088898871703c7e66 1.74 MB 2,230 13
785,135 785,135 0000000000000000000510c515b48e3532387fa41f02929a1800bf3c2efb7a4b 1.67 MB 3,610 16
785,134 785,134 0000000000000000000584cdc5cb87c6a7e4b3dea0379429bb0166c819febcaf 2.13 MB 2,565 9
785,133 785,133 00000000000000000001ddaa6e2223dbfaf3361da30fb4202407688451bcd53c 1.65 MB 3,363 19
785,132 785,132 00000000000000000001b12ba028caf87a9a6e58d1cd95692630e7a8377656a3 1.52 MB 3,397 24
785,131 785,131 00000000000000000003bd13bb4d27cbbcbc86836d28cd23d248a11723a58793 2.08 MB 1,941 10
785,130 785,130 0000000000000000000274946d56194174412f52822fc84a81dcd28126a1bc71 1.51 MB 2,426 17
785,129 785,129 00000000000000000004ad5e6113765699f62ac84cc3013ab3cb7a2402778fd9 1.29 MB 2,075 17
785,128 785,128 00000000000000000003443be84cf30d01d36c415bedaf17eb087fff700ffb91 1.30 MB 2,268 23
785,127 785,127 0000000000000000000364059b7bb0015fc3921f2f23e30e19c29e8191adf3c3 1.23 MB 1,392 21
785,126 785,126 00000000000000000004d12cd972f86a34857dca24be51a0ab457ec618536017 1.79 MB 3,822 15
785,125 785,125 0000000000000000000240581c1d1bc69f4da32e2528471b0d997239a0c8270d 1.62 MB 2,384 15
785,124 785,124 00000000000000000003c7dbcd0d26e446fa3d3d400736b7a48e98d4186b68af 1.63 MB 2,779 20
785,123 785,123 00000000000000000000d1d74366c6bbbf84a98c981d7d7d67388b26b3ed7db1 1.57 MB 3,530 30
785,122 785,122 000000000000000000045409a8119093a8565506d7e62073ca652554af1b108a 1.57 MB 3,756 22
785,121 785,121 00000000000000000002d320a67155704cf77242405f72e9d1d9454c9c11b6d4 1.53 MB 3,353 36
Previous 10 blocks ↓
Total Size: 769.00 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.63 GB sent, 92.79 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.