Memory Pool Memory Pool Refreshing

5,469 transactions
2.38 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,924 (759,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,262 148,262 00000000000002a437c830bab8274213812e5fa03ee0a25876d042ab6bba4871 0.03 MB 75 65
148,261 148,261 000000000000014ca101b7e8e45cd2c9ae09dcceb9f1f9e850d50ac8cf93b469 0.01 MB 33 276
148,260 148,260 00000000000002916d55a28f7760957030444716166e5a58f46e3a6cd2647f5a 0.03 MB 86 319
148,259 148,259 0000000000000568aa66f9cecefefd9de4fe992383082cbfec6a0b0fc1836a87 0.01 MB 35 219
148,258 148,258 00000000000009df2113125c4f703bd893de26612d9847c12f1b506546c9c336 0.02 MB 43 396
148,257 148,257 000000000000006eedccafc1a332599ac7c517f481e92140928b402164c00ffd 0.04 MB 128 188
148,256 148,256 00000000000008fabcd4412e024fa72c8a869ebf6f00a3e174ddee2dd5b57fc9 0.01 MB 29 169
148,255 148,255 000000000000010006a058d7ab1c07d9bddd02cef72e0a3a0e43a51f9dbf683b 0.00 MB 4 66
148,254 148,254 00000000000009755240fd3e0b5165df552a0418e5f14615c8016154d99ccd89 0.00 MB 14 40
148,253 148,253 00000000000003592cc9978b24de24368db736be0676015a55e6db4deef26ddb 0.00 MB 7 16
148,252 148,252 000000000000037b16199457ab022562de0548bf3088beeef1bd880ad0d7d7d8 0.01 MB 7 210
148,251 148,251 00000000000007f21318a36ceed1f722eae2c80d7f0c636fe14bb156cb4abca4 0.00 MB 12 35
148,250 148,250 00000000000005764e33c043bd000893ed7caeb04738ad93b896de2d8d794616 0.02 MB 38 194
148,249 148,249 000000000000083909980d0866bdc1f12549027f5519c7b8df478ffd87492585 0.01 MB 17 160
148,248 148,248 00000000000008b534263751527dcedc55665031ccdb175f561150141318d180 0.03 MB 88 157
148,247 148,247 000000000000023385ba3f5051654d8c4e02dab4a30e765c560b03aa5416bdcc 0.00 MB 3 28
148,246 148,246 00000000000000003d78d4d1a9c83407497e7c61dce578ee620d4f36b9245ced 0.03 MB 103 32
148,245 148,245 00000000000007646c16765b243b92ba82ecacfdc17896d7a9406937eda31181 0.03 MB 33 63
148,244 148,244 000000000000008c78c53ec0858d4d40a4500398d5d3db42cc9946cf6f3236ae 0.02 MB 45 11
148,243 148,243 00000000000005f6132230f070a3c636f39a8f23a3a84db8e18ff545ebd20145 0.03 MB 60 12
148,242 148,242 00000000000008b547daff3b1df969122545923a49aff8aaf59fbdc9c85bb45b 0.05 MB 66 177
Previous 10 blocks ↓
Total Size: 769.40 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,644.73 GB sent, 94.97 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.