Memory Pool Memory Pool Refreshing

1,388 transactions
0.54 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,764 00000000000000000002349e0000000000000000000000000000000000000000 0.53 vMB 1,384 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,763 (796,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,985 110,985 000000000000ab68b11f81cf9d145d4292198f9ae14f5c5db3fdfc60ed824c91 0.00 MB 12 0
110,984 110,984 0000000000004e5c335696a2bc9e8a286fd4180897066477c1ff2c7a6638afdf 0.00 MB 3 0
110,983 110,983 00000000000039a4483d37d43b84a1f66fa5a905df9ab5c655171f312b2a9601 0.00 MB 13 0
110,982 110,982 0000000000000fda8d968dd2ec7e7a419a6c15a31a20e1792775ea3123e3ea3b 0.00 MB 12 0
110,981 110,981 0000000000007031632a8fe1bb7097bfbad466299d1bf4d62a4d36f083891fb4 0.00 MB 13 0
110,980 110,980 0000000000008c8aca17d9e40406b0cbc24d791002c4953f7a8656a866b47182 0.00 MB 9 0
110,979 110,979 000000000000f35fc7a67497a781a364d71b8fcb118dfd2f3b2896875219c345 0.00 MB 16 0
110,978 110,978 000000000000280ab5c96c1f182f3103f5cad847a916c7ad0e40e0536e2a0dc7 0.00 MB 10 0
110,977 110,977 0000000000011029aaa6d667b0b97f090a899922aab2723a9025dc191ba4ad38 0.00 MB 9 0
110,976 110,976 0000000000003e13de71914aada7d1c4886c93f1d1f59f2ac97634897d56e910 0.00 MB 10 0
110,975 110,975 0000000000005f411dfc9b333f7768d6ad5bbb61cec189d40da2170893bfb273 0.00 MB 11 0
110,974 110,974 000000000000a53a70c801be1004a619dd329b8b9cf557673e8ec843d8406c3b 0.00 MB 12 0
110,973 110,973 000000000000de21e809a309230fb3f2d0c9da72d13b901600e177d3da9258e3 0.00 MB 10 0
110,972 110,972 00000000000005644d11c2dcfd1b5225934459e805e793237a59ab78abf72937 0.00 MB 10 0
110,971 110,971 000000000000a0a3574371fbfeeb69182caa3870cbccebac735822eee6a86cd5 0.00 MB 12 0
110,970 110,970 0000000000001434ecd149e55d162e061ec1678e9cb68e14e32b5c00f095e30f 0.00 MB 10 340
110,969 110,969 0000000000008c5c60f0879b725c53aeb881a2d648008b2548d6a0eb459a4554 0.00 MB 6 0
110,968 110,968 0000000000004e342e8e2756a930467c4f31b1ecd3df2207d7b04b334fb48807 0.00 MB 16 0
110,967 110,967 000000000000611bb77f19307cdd494c8684f995f284953a9cd36ee8735fee3d 0.00 MB 13 0
110,966 110,966 00000000000075a397a86c65a876bce48f98d1d4f134178744b14ad0759595e3 0.00 MB 11 247
110,965 110,965 000000000000de5f213db94469ed4a87c44af88c164001459e377e83c8e3b120 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 769.10 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,628.78 GB sent, 93.39 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.