Memory Pool Memory Pool Refreshing

4,312 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,847 (5,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,133 902,133 00000000000000000001fcf6267216727db3dbfd8cc50ff739de6263effb19d6 1.44 MB 2,629 1
902,132 902,132 0000000000000000000011a40b3cdcfb2db9c0655f6dca1a1b4e44ca500b3ce1 1.54 MB 1,728 2
902,131 902,131 00000000000000000001878c7d6a2bd1484591d4be9f24768353e9d09835ca04 1.37 MB 2,398 3
902,130 902,130 000000000000000000022b052e4cfeef90d4b31a8e6596e094cfd259eb824488 1.57 MB 1,600 1
902,129 902,129 00000000000000000001b4e63602ea9f701e9f973e7c66229ab0254adadb8736 1.22 MB 879 3
902,128 902,128 000000000000000000015406e004f71ec476158d2b7493ebe98bf1373cafb851 1.61 MB 3,435 4
902,127 902,127 000000000000000000002ee9fde3972d1c9b3ec0407796d4d49f616ceb7521bc 0.42 MB 572 3
902,126 902,126 00000000000000000000f8ced3746b4b2de0cca46d4de79fd773f4fc7b7f2a8f 0.53 MB 724 2
902,125 902,125 000000000000000000004ebbe637ab64763a2e864876da9ed8344b07e53c1199 0.43 MB 1,030 2
902,124 902,124 000000000000000000009d50f0356ef9d8a8fd8c86c042a54e921f184dd33771 1.36 MB 2,114 2
902,123 902,123 000000000000000000000344a74000b0a63e824cda304747218227851c946b57 2.70 MB 3,925 0
902,122 902,122 00000000000000000002165564043bef508ec2a8ddf81e15916114cbb5ce632b 1.47 MB 2,371 2
902,121 902,121 000000000000000000009537cfdb2267bdca99fd94e0ac171af1f8bffccf6fd7 0.69 MB 906 1
902,120 902,120 0000000000000000000122bf430a84722a4ec6f59e06eca8daec70d7837e7ba6 2.00 MB 965 1
902,119 902,119 00000000000000000000388e8f357935b5e23baf351e269f2d2561cec84a4588 1.44 MB 2,451 3
902,118 902,118 00000000000000000000cde78b099ab6cf2ecde983164f1c69739ac37ba76ea5 0.31 MB 485 2
902,117 902,117 000000000000000000008c0c5f28cd038820f1fcdd622d6a0a28bb49844e7cb4 1.64 MB 6,766 0
902,116 902,116 000000000000000000014f268f22617b760de1f50b1ab3381f851b0c6fd30097 0.28 MB 539 2
902,115 902,115 00000000000000000002106afcafd4b470f65911e1d7857ff470d474197e935d 1.73 MB 3,710 2
902,114 902,114 0000000000000000000235135062b5dc5ab482849043feebd49c0a5dde24dd29 1.75 MB 2,660 1
902,113 902,113 00000000000000000000ca621b01a94f966060aaef97f00e8a3ae4e7b7eacc38 1.81 MB 1,353 1
Previous 10 blocks ↓
Total Size: 769.26 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,635.20 GB sent, 94.20 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.