Memory Pool Memory Pool Refreshing

2,675 transactions
1.21 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,870 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,193 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (666,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
241,681 241,681 00000000000000878a2526894de7dff92febb145bf2e35d6150c1f4ac20b3556 0.25 MB 613 202
241,680 241,680 000000000000005de4c3c511d45f8fc627f33c66e14aeb485d6316da2e483d4f 0.02 MB 33 158
241,679 241,679 00000000000000e2d0d853ea3c247e7b4d10d6efaba3d74c7fc20f98e1f4822b 0.11 MB 216 138
241,678 241,678 00000000000000a4d62df4ffb9d294d8d2ce4e48a811bce620dcf5c11fe881c0 0.23 MB 596 195
241,677 241,677 000000000000007a777d9c57535504bb0ccba8f327496fc1bb4f6f727d775426 0.01 MB 29 59
241,676 241,676 00000000000000b81bb3172fb218d18fe1412b6937d23b3974431617113d1ddf 0.17 MB 390 162
241,675 241,675 00000000000000311b08ff564d750d28f0ee108647c5bdf6caf17b1a69f85f83 0.09 MB 197 148
241,674 241,674 00000000000000b8f4c89b93d94f15a34458fa5c0cbb64caf82449a6db71f1da 0.20 MB 461 183
241,673 241,673 000000000000005595c9cb2ea7f317e5bb6fe19a3b0ba7eefc678c7d5c6a1d4d 0.06 MB 110 143
241,672 241,672 000000000000001d717b85b2f5e4660de821a78d26d61119ced50c3f4120f655 0.11 MB 252 166
241,671 241,671 0000000000000080aaeb8cfcaf30ba6cb4fca1500a14136ed2485b7a506e14ed 0.07 MB 146 153
241,670 241,670 00000000000000fc34feb02c4670b5eeaa98e4ce23c366ce13036d9d30e054b8 0.01 MB 22 132
241,669 241,669 0000000000000100de6fb18d2bfc5f3099262a115f83f0712b14a5acae532bac 0.06 MB 158 157
241,668 241,668 0000000000000009f1989c5a9fa54511d3126370b01abba3b927ee1094e9a668 0.04 MB 65 136
241,667 241,667 000000000000002f70f00bf43d732667246bb2c4c33dd5723440129c181e3162 0.07 MB 149 93
241,666 241,666 0000000000000092a3a79d066a243562bbd96e0addc458ee48a8859f62c22b81 0.23 MB 409 119
241,665 241,665 000000000000008c25a7a6ff075a7fb58414b16493da746266c7cf537d18d984 0.25 MB 617 198
241,664 241,664 00000000000000d89b1dfa068d0c78708f4225f8cdaad2693313abde96af8afd 0.24 MB 628 179
241,663 241,663 00000000000000f85f924c2137f701f18c04cd4b5b0419825de0bbd7568011c6 0.16 MB 407 178
241,662 241,662 00000000000000076684f3556b7cb96cce0290c0f113bf569dab8600a2f52567 0.13 MB 320 174
241,661 241,661 000000000000008983d533d4a65e1b3749084db70f55703a2103e2e1f36778a0 0.18 MB 425 150
Previous 10 blocks ↓
Total Size: 769.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,642.59 GB sent, 94.41 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.