Memory Pool Memory Pool Refreshing

17,937 transactions
5.79 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (788,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
119,312 119,312 00000000000039ed6159e28cd00d8fc7d2c4e3ee45962b6164a03b2d17bcde04 0.01 MB 25 803
119,311 119,311 000000000000028b58a0f00cc27d3bb3b22ce7fe711092a9542aa9568744047d 0.00 MB 2 0
119,310 119,310 000000000000b3da85d2a4928ac2e1809f4e7dbd6c7bf116bb1e99a6fb8e130c 0.00 MB 2 0
119,309 119,309 0000000000004cfa72beb14d5bda7c22d401c1ea3d628a9e7549e5cb2d128ff0 0.00 MB 4 1,047
119,308 119,308 00000000000085dbe286fd1198e82f4bd2b2829376a8c16a3bf1b75956cfb010 0.00 MB 11 669
119,307 119,307 0000000000007e1e44a2dfdc5a238f9b1d9992cadcfb4d5e727c29faa7ddb181 0.00 MB 9 699
119,306 119,306 0000000000006bf07b500f63a37d64f23c9f55dce91e55c976e91f58a3a2f7cb 0.01 MB 5 160
119,305 119,305 000000000000a537086e46a6162ed91113e7d13225fb0d33fa0d3391d2c7d3b4 0.01 MB 38 85
119,304 119,304 00000000000040efbeedcbb0845f9ead09f5eb61ad10686d27b318f35fca2ae9 0.02 MB 25 677
119,303 119,303 0000000000001424d667125e3b8f4163357acde57ab30caaf949ff75b1b52332 0.00 MB 12 308
119,302 119,302 000000000000a4b96e58dd13638ba871973950c338c0d93435921e78bcb9f1e1 0.00 MB 12 1,208
119,301 119,301 000000000000ac50b90227e65fb7db25db1f4600c6844f9c5fce73270d622adb 0.00 MB 8 318
119,300 119,300 00000000000024d8b30b59cc164f5454b48f4c50d0cf088488bd85c6aec66f2c 0.00 MB 11 0
119,299 119,299 000000000000a5046485db4aba24a285738e3e36c9dc614ae46b2e9d3e41ed02 0.00 MB 2 3,861
119,298 119,298 00000000000069162f60580e869b37c5873a7e5c9f87193c72e782ee1b2d6396 0.00 MB 13 509
119,297 119,297 00000000000058e5fee294c63ad70dcc160b27662571c41720b6595f77a38ee7 0.00 MB 11 0
119,296 119,296 00000000000084a15b0bfaad5c7750bce233cec3f6bb82354c036057ab2fa9ac 0.00 MB 2 653
119,295 119,295 00000000000090493a6662122a7d31c0dea2263afe137ed8634705354222091e 0.01 MB 26 678
119,294 119,294 000000000000565c8556cd075b5b4e04b93bb7d4b3db8daad0cd679c82457179 0.01 MB 20 209
119,293 119,293 00000000000085b8fde745a082f1235bc864589af758fdd101f1dafeff89a0dc 0.00 MB 16 1,347
119,292 119,292 0000000000000cecb778ef587bbc14398a39993d6be24ad96f0534012ed25398 0.01 MB 12 760
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,624.27 GB sent, 92.99 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.