Memory Pool Memory Pool Refreshing

3,670 transactions
1.59 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
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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,918 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (758,798 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
149,071 149,071 00000000000008607e21cbf49613bf475b2785accb501b2c863ed884bda9f002 0.01 MB 33 159
149,070 149,070 00000000000009b1c92fd6108e627c11fb3513e07f0f839b2cb7ca0a27ec16fc 0.01 MB 6 141
149,069 149,069 000000000000009e1f6ebfc662e385ef7dfdff202a8990a7a84cd3333b04b97a 0.01 MB 41 3
149,068 149,068 0000000000000231f34c0470bbec19760c2d2344008ba0a61018d17b4b3e7fba 0.03 MB 59 287
149,067 149,067 00000000000006961122e0f4dd0e5d60e3bca857b8facd1eee794230c0509c06 0.01 MB 36 78
149,066 149,066 00000000000005590ae16d23187250b5ab2401aa49138961a9f7ee77e9382049 0.00 MB 12 50
149,065 149,065 00000000000003261186ed9684a9705f60e3bbe5c14ff549da9354c454d1d09e 0.04 MB 108 325
149,064 149,064 000000000000047ad942a01b7d558ab95b0dc0b12aa2739178dfbcbc270e9ffd 0.04 MB 46 460
149,063 149,063 00000000000004a9c40c0a059e7dad5bb60e55dc796be426f833dd2335e408ef 0.03 MB 43 127
149,062 149,062 0000000000000862460f42769d3ff154c2bac1572fadef2c89bf478fb3e51a93 0.01 MB 19 209
149,061 149,061 00000000000000f4a187fd9e58ee2b04c4fb951c2d6145d7d0315b15e1f63b78 0.01 MB 34 197
149,060 149,060 00000000000003285338eb885f8f169db045e9ae8353b7270da4b1fb5a98751c 0.01 MB 8 52
149,059 149,059 0000000000000154275bdbb3c28b72dbfe79889704eeb8c1966c68c9e9aafbf8 0.01 MB 20 719
149,058 149,058 00000000000003085d6fb4fb033f3a06293c50f55d6e3136f43dd24737b2b29d 0.04 MB 81 110
149,057 149,057 000000000000076268be5c7e98b3030780e4f893aba3f9631b6dba01ff7ca7db 0.05 MB 100 816
149,056 149,056 00000000000006a43cb6b5da1fcf63d97a1ca3ef0cae104f1e5587855f310a7a 0.04 MB 130 71
149,055 149,055 000000000000030fe6e5182365455595eff828a91d1d3da5b44cc2ecbdc3dd33 0.05 MB 107 154
149,054 149,054 000000000000041ce7c1f5f168d6979c499cd101fe0f18c47d3e18191994cb1b 0.05 MB 130 50
149,053 149,053 00000000000001a45d94cf99da05cf4e91a1c85f5852377d0ead064695b534a1 0.05 MB 113 115
149,052 149,052 000000000000021a023073c1d22e9f626e40f2899098ad9da3e3c0719f127a92 0.00 MB 12 17
149,051 149,051 00000000000007b476c7084738716b13e383233e366bb93ba3577baf01eb752d 0.01 MB 20 197
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.42 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.