Memory Pool Memory Pool Refreshing

9,372 transactions
2.80 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,373 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (728,836 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,878 178,878 0000000000000353ee5bf6ec7280ae33ecc551e74ab4b0ae1160cb7e6043849c 0.00 MB 8 17
178,877 178,877 000000000000000c0eef84398bd63ae43496b84f81a594292596161939e4aadc 0.01 MB 42 157
178,876 178,876 00000000000002bc74d3ae513516402f6ddb461396a5368a2def2d76c452e1ae 0.03 MB 65 99
178,875 178,875 000000000000059c3180fa5da4b9b358e32bfab982565343f11c9ae775e0b568 0.03 MB 40 127
178,874 178,874 0000000000000af8829b62cb7b56bd66600aabeee13a8b01e2e58b323ad3e871 0.01 MB 44 83
178,873 178,873 0000000000000a1d8ea21f18e1f7cad48495e4f3826d6446b1be59fe5492a105 0.13 MB 228 350
178,872 178,872 000000000000059c5de30cc4747a91d7baeefc3e831524ed39951f22976f7e8b 0.00 MB 11 331
178,871 178,871 000000000000088fbea647a1a9f2c87663eae8a3ffcd46afe8dcbc6fd4fc40d5 0.00 MB 5 46
178,870 178,870 00000000000005f3d94dd0e0830e20dbe151717df959467d9a2e7cf2271b5621 0.02 MB 51 53
178,869 178,869 00000000000009a22a8b51dbf4098b1ab69f2c765e2b4bd53ed5239773cf5f53 0.05 MB 131 130
178,868 178,868 000000000000077eb8a3522d46998340518a12972c43a32282223521a3da48fb 0.01 MB 34 138
178,867 178,867 00000000000004f4029bcd75c37ef744b46778da1ddeddb99b669b6d4fb839cf 0.05 MB 115 147
178,866 178,866 00000000000009c1cb045aab3860bc55f7188219696a7069b246f6250957e3d4 0.03 MB 76 246
178,865 178,865 00000000000000d80f8e5771bb18d1c7ed5e704d2ebdc8691f6cead5f43aec62 0.01 MB 15 43
178,864 178,864 00000000000008f02e582eb0807da7220810506b61e03102b272620474372ab4 0.01 MB 19 100
178,863 178,863 0000000000000abba74eab86bffa8b8864adfd0d899c9bb55b547789d4a85c4a 0.04 MB 105 100
178,862 178,862 0000000000000918cf18e422f05f8f54df2d911242d18d89b8fb3cd54c13051e 0.00 MB 12 85
178,861 178,861 0000000000000b0205282221fe7ca523d5a4014f6f07505f52b865eb6ebcd1ef 0.01 MB 12 287
178,860 178,860 000000000000041ebf23d1870e9c1e72a2dbc7630539707bd64665ece1e169eb 0.02 MB 44 88
178,859 178,859 000000000000034e56d4c2784f0b88ff19db992e3714d380198158ee0b3253e4 0.03 MB 86 115
178,858 178,858 000000000000035b4716e50afb3d25a78b9f569d26f7b85df97589492ed3317a 0.08 MB 234 76
Previous 10 blocks ↓
Total Size: 769.01 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,621.09 GB sent, 92.89 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.