Memory Pool Memory Pool Refreshing

4,008 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,735 (673,779 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
233,956 233,956 000000000000009a99382e14b3738520c5efa73fd640c6889ee93b1b42029a19 0.23 MB 455 138
233,955 233,955 0000000000000044d75fdf9a1b6da9b2da9d1199cfcd9b5899d0d1db973b4bcb 0.19 MB 383 183
233,954 233,954 000000000000019d22642f4ce446bf587f00d430088a81c497a7a95f7b22abfa 0.25 MB 260 32
233,953 233,953 00000000000000357106c262e97fc30c555ded259b10ac49b9def6ea1425848b 0.31 MB 855 175
233,952 233,952 00000000000000e66bb09d66fd0e0745673292e414ea6c004e1a35f3b919d373 0.25 MB 516 137
233,951 233,951 000000000000017f0dc955bdb2309a9e171ede087b79cb46334f1ef496704243 0.10 MB 261 251
233,950 233,950 000000000000005e457aa0957ad074765273a6cfe66e3dfcd0452cae0d0b53e9 0.14 MB 325 145
233,949 233,949 0000000000000142254c89ff10aac3b85b0acf8c9c10dd8334b8dc57d823260d 0.14 MB 305 121
233,948 233,948 00000000000000f989c963b6152e2ac7613cb768d51cdcb4edb265f6ff06823a 0.25 MB 473 275
233,947 233,947 0000000000000047464bef378736bf15b050130dd184a5b9df4bd47056331b67 0.08 MB 49 120
233,946 233,946 00000000000000dc803e05ed7d4257ad61320dff92fd6bad701de2a6a8f48857 0.11 MB 57 98
233,945 233,945 000000000000004895f9166c42c36c0f7d62c9ee6b1d3f073f23e4c759d5e826 0.19 MB 368 161
233,944 233,944 000000000000011eead069ed281d213cc037d674840facb772f305f783dd9dff 0.11 MB 260 180
233,943 233,943 00000000000001a5e28bb1e9aad40f846d66fb7911c0db4dc32a039bb168a237 0.06 MB 151 205
233,942 233,942 00000000000000bd7c5b354223aaa13a5feed5061b41b54998bb8d948cb8b438 0.09 MB 310 101
233,941 233,941 00000000000000180c1082a1910eb7b73518ff6ce433f8b464576cf2c3a7be86 0.04 MB 73 162
233,940 233,940 00000000000000bc1b3f729c520520e5050a3ffe27e939711c1c4cef802b7d29 0.01 MB 16 55
233,939 233,939 000000000000008cb96a94741f2e60003decac7945959aa032a3f4094d838362 0.16 MB 381 176
233,938 233,938 0000000000000190f58da45715d121037af58288627b3bd44e62daa4ac7eeda5 0.23 MB 561 185
233,937 233,937 0000000000000072482fd05c36bf5271e0a6d33f0aa2d40beebb9bbf58dbf85d 0.24 MB 451 154
233,936 233,936 0000000000000192f0808e98b7317c566d4b8c31448ecc9a6190be34683f8ae7 0.10 MB 227 183
Previous 10 blocks ↓
Total Size: 769.05 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,627.33 GB sent, 93.12 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.