Memory Pool Memory Pool Refreshing

9,996 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,144 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (610,909 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
296,955 296,955 0000000000000000061f678551a2997361f6a3276f8ab42f0acdaef1786815c7 0.22 MB 355 37
296,954 296,954 000000000000000089c547e40bac7fff104e46b7dc7ea7031d3bf186b786107a 0.21 MB 285 24
296,953 296,953 000000000000000026af045dcabad799501f9af5ec3f83bc6c8216b86a52d88e 0.28 MB 636 45
296,952 296,952 00000000000000003eae364c40eb2b2f092b8ef33949e07852b961f67b05644e 0.07 MB 124 24
296,951 296,951 000000000000000098e5f0afa20aa1351fdd349c5a8e2297e08295d0ec927074 0.22 MB 465 55
296,950 296,950 00000000000000001aadf484ace9da919ac5d1ef1ce1d3f8305040b9d64dbf4c 0.16 MB 295 25
296,949 296,949 00000000000000005c1964ae56083c0fcf1760671e960c17b6859dc355a372d2 0.25 MB 455 44
296,948 296,948 000000000000000065cbc43d79ee3e0fe09ddc8f92f46a837ce015be4e635c62 0.03 MB 64 54
296,947 296,947 0000000000000000606bdbd6285712e676dbfcd4d3f47a50020cb90e2fcf1dcd 0.13 MB 231 32
296,946 296,946 000000000000000074ce79b7cad502277f2803b1864c678e2926a03496e40736 0.01 MB 25 17
296,945 296,945 00000000000000009837c68a98d8f0f71b2b144ddfc261ac0fb7d76c9157796c 0.16 MB 290 47
296,944 296,944 00000000000000000b6823b5c16057f0f885262a5cac569391705d3d2e1042c9 0.17 MB 339 51
296,943 296,943 000000000000000066ca514b434b77a63ec2c6e34d8565258331b570ff82d423 0.05 MB 103 30
296,942 296,942 000000000000000065b48506047f78be05fb43bbebb32eb54fa67d1a4a352e43 0.05 MB 108 43
296,941 296,941 00000000000000005df2676eefbe64e75b878b7b679dda749fdb29c3a7590491 0.11 MB 238 51
296,940 296,940 00000000000000002bf5cb0454f3934480200b1ef84aef5a9bd21f7c5c7500d9 0.19 MB 408 51
296,939 296,939 000000000000000032f28d8f95579e6f2e3aacd502916703f6b5d1f96969ac4d 0.04 MB 68 37
296,938 296,938 00000000000000003e37ea52da7acefcd1128eb9c95f25a434acc56235b757eb 0.07 MB 167 44
296,937 296,937 000000000000000003b9cfc122539a53c6e8b1ef38d67ab8e343139b1630fa6a 0.13 MB 265 59
296,936 296,936 0000000000000000325fc924a255d53c4e06d41c9b8b8702aacdbe15a8bb6433 0.10 MB 167 27
296,935 296,935 0000000000000000527c25e7f16faa35c683bf8db709389c28388def54e34685 0.69 MB 512 16
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.