Memory Pool Memory Pool Refreshing

4,296 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,738 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,781 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (5,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
902,112 902,112 00000000000000000001e93cfbfd8a60c39c4a3d19b499413252590b02106341 1.85 MB 2,591 1
902,111 902,111 000000000000000000002cda4d239e686fc9ba1fa4c4d68ea61b40117d4f952e 1.40 MB 1,985 3
902,110 902,110 0000000000000000000076e13495b7a93166972dbe305b6fd29b72a5d6b755b0 1.39 MB 2,272 3
902,109 902,109 0000000000000000000079c779788b93b9aab71c3e52658931d84729e07ab5a1 1.71 MB 3,076 4
902,108 902,108 000000000000000000007792b5fd1f35052df6de45acce47cd250e95078a010f 1.68 MB 1,320 1
902,107 902,107 00000000000000000000d0b524ccec87c42705556f3f6937402ad156727497b9 2.29 MB 2,765 2
Previous 10 blocks ↓
Total Size: 769.05 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,627.62 GB sent, 93.14 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.