Memory Pool Memory Pool Refreshing

5,616 transactions
1.92 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,081 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (46,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
860,889 860,889 00000000000000000000b6c2b8663c8943040e6eabd679ea4fe05092d933e221 1.56 MB 3,501 6
860,888 860,888 00000000000000000002f2d6a05743017ffcd2cd719d0c3c72ac53058bc9e087 1.44 MB 3,184 7
860,887 860,887 00000000000000000000a5ee9be52a25aebee94657f71d26284366e30f3a5172 1.59 MB 4,186 7
860,886 860,886 00000000000000000002487e1a1d5fb67146d1a9b0f3d9b7ba3d0d21464afd6a 1.65 MB 2,947 6
860,885 860,885 0000000000000000000003d1ceade7841c3e3a0e4a6c7e25d7d27e9976d37326 1.56 MB 3,750 10
860,884 860,884 0000000000000000000082c386c23c7535e2f5417d0da41d7c52361c976a5ff9 1.61 MB 3,699 5
860,883 860,883 00000000000000000001190b6daa247f6470666c7ae37f3e64b381d39dc37361 1.56 MB 5,911 3
860,882 860,882 00000000000000000000fa765ab19843c914c945fa2aef3e9b7adef4b360971d 1.61 MB 3,949 6
860,881 860,881 000000000000000000025fe98ee28e4b7c4adfd04310ce954c405028c44af2e3 1.84 MB 3,613 2
860,880 860,880 000000000000000000014b1f2048cae14c5cdf4418816c7c5fea25ef43b641d1 2.03 MB 1,715 4
860,879 860,879 00000000000000000000ad0a547338c95ae5aadab7a5c80b5a26546e0d35f960 1.62 MB 5,224 3
860,878 860,878 0000000000000000000237dd9ded503923945b1c9e0e3c955cdb6a2cc307c1c0 1.85 MB 3,647 3
860,877 860,877 00000000000000000001e96ba4effeb21767d6fe0eae1d15487ede66aa9e24f6 1.77 MB 3,102 4
860,876 860,876 00000000000000000000ef0ac29a45380dd01afceadeddd2782bb1f0d77bf14d 1.73 MB 2,814 5
860,875 860,875 00000000000000000002b25fd7a57cf1110451d3cddc69848ca17598f4ee6206 1.92 MB 5,492 3
860,874 860,874 00000000000000000000d5978256c92c57edcc19e0e5f5ed714934604ffe0597 1.57 MB 3,198 5
860,873 860,873 0000000000000000000105a7189e1d493e5bdbff8154906e410dc812d6b4d113 1.53 MB 3,746 8
860,872 860,872 000000000000000000009b6b487c5fa064c8ed7110bdfc6ee6208daf95cead39 1.58 MB 4,586 5
860,871 860,871 000000000000000000012b6e3bd8a96dec5c6b8001ba97f7368e4758a127d085 1.54 MB 3,984 6
860,870 860,870 000000000000000000012b7ad89ebd1cd32f085b8b33c7b40d256b5c8c104674 1.66 MB 7,424 2
860,869 860,869 000000000000000000016f20d1c101f4c99bd0508ff184c67f550cfa82b0dc31 1.60 MB 3,893 6
Previous 10 blocks ↓
Total Size: 769.25 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,635.19 GB sent, 94.19 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.