Memory Pool Memory Pool Refreshing

6,397 transactions
2.91 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,825 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,430 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (144,822 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
763,002 763,002 000000000000000000034958325f9dcee4c04b5c4d5862abf600469c0390281f 1.32 MB 2,406 20
763,001 763,001 0000000000000000000515e45ee08b067a30a5f6011bf220807f43e59b215e36 0.83 MB 427 11
763,000 763,000 0000000000000000000510da8ee26bd6f7b78042ae9f736b33bd160a98001beb 1.10 MB 1,440 7
762,999 762,999 00000000000000000002bfdbb1842d5081acd20311c5ff9988801151972281bc 1.58 MB 2,345 7
762,998 762,998 0000000000000000000327d2924a2a4a97a79e1ecc8e21977bab05fa609e77b6 1.51 MB 3,468 24
762,997 762,997 00000000000000000000f4436743417cbb7b04b5512d8259e69fd8ce58f1fe29 1.54 MB 2,671 18
762,996 762,996 00000000000000000003b32b6ee30a18b6e8badde3c06f002dcd7d5d799ad070 0.59 MB 877 11
762,995 762,995 00000000000000000002e0ea86d4f36582772bc6420c2530e75a5caebcdb791c 1.39 MB 1,987 12
762,994 762,994 000000000000000000046b4fa98fce52a6d7caa42c2eb223f8eb140156d53284 1.62 MB 1,649 5
762,993 762,993 00000000000000000006a0340c00408a6c46a87147a78ce984d69b34817b08b0 1.44 MB 1,984 8
762,992 762,992 00000000000000000001d6f5554c69d2e88e0750a35d501c3c3c926bf4cc31dc 1.39 MB 2,179 23
762,991 762,991 00000000000000000004a55ae445cb8f89d0037640002c58f175b36058fd8bec 1.36 MB 2,178 25
762,990 762,990 000000000000000000046bba1e21849b503b08237d838fdf28e58aaa2b15a0ca 1.13 MB 2,132 15
762,989 762,989 0000000000000000000293568397ec834a9be8ca3c46cf5997f9d633e931e090 1.49 MB 2,710 16
762,988 762,988 000000000000000000068b11a7b130c2acf016081bc5ead675aaa519ba5a1ec0 1.29 MB 1,465 26
762,987 762,987 00000000000000000001876660956f0fc49a94c83cad482fe31d3d191cdde925 0.04 MB 85 13
762,986 762,986 00000000000000000000fa92fc63c6a39a1e0127687a43b8629a717083a714f8 1.13 MB 620 4
762,985 762,985 00000000000000000006b205b9cff5ca9af0a3e12c8db2275ef9cc986a056c99 0.31 MB 338 9
762,984 762,984 00000000000000000006f6233b454bf9e15593300bdc00deef2c3db078f1d377 0.78 MB 1,161 27
762,983 762,983 0000000000000000000722a8cac574f24b052b039833f012db24d3546d2f20d6 0.50 MB 605 12
762,982 762,982 0000000000000000000753e27a79e989fa50b225acf6b13a54a652c92d8c9b1b 0.24 MB 483 15
Previous 10 blocks ↓
Total Size: 769.21 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,634.55 GB sent, 94.00 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.