Memory Pool Memory Pool Refreshing

13,623 transactions
4.31 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (725,833 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
181,885 181,885 00000000000008dd8f641e7bfe0b7417c613dab866208ebb131214ee68f20fb3 0.05 MB 126 116
181,884 181,884 00000000000006a3522f6553c2096b5a67809e298d918fa2160ee8fbd64fe954 0.17 MB 427 202
181,883 181,883 0000000000000a1016c694e8c982ad7c5f95000080af9db4a04015cb7746e6f9 0.05 MB 109 106
181,882 181,882 0000000000000a51262685f78998bc61e54e0a8c39d6bc3ccdbe607cc54b2dad 0.03 MB 64 100
181,881 181,881 00000000000007009561dbb78b743205f6044c5e14009ec6c5486513189b22d4 0.08 MB 198 121
181,880 181,880 000000000000035a0d9833943fe8a0591658c4aa124b0d5805f1116c91f8f6df 0.05 MB 141 102
181,879 181,879 000000000000018e4144f1916b5342d0a47d507b72e02faba765624de86d9ae2 0.17 MB 376 112
181,878 181,878 00000000000006020e03aff6183568fec4ce552d0ed820a34b0d6671c9de0c46 0.29 MB 717 134
181,877 181,877 00000000000002aa9df87511cfc825ca0e3f5f7ac82b882143b5e658e8645a9b 0.33 MB 786 131
181,876 181,876 00000000000005aa2844cd06a39a68f7e4dfa0798e2baa041ec965ea85820fd4 0.12 MB 240 143
181,875 181,875 00000000000005f5037d9fd47579cc9ecab065a3843e70e52757735fd23417ce 0.13 MB 256 144
181,874 181,874 000000000000016a3301fe2b6ce3cf60b5af8339ed023d610ff13f396eb9d85a 0.01 MB 29 112
181,873 181,873 000000000000022178425a72fa80856ba565b3f147acd3db93c4fb2fbce6292b 0.03 MB 57 158
181,872 181,872 000000000000085ff06d756eeae10dcf6cd40e44ca903ce848b631998a14e5a5 0.17 MB 420 136
181,871 181,871 000000000000093f525aeffe6a64a8e62980ef6f0248d844222843a826719e8e 0.04 MB 74 85
181,870 181,870 00000000000004f39b486ca99815d742ee86ae2677a0d3f4f481a9b7a3ec4088 0.04 MB 128 123
181,869 181,869 00000000000007571c04e62f231d58b19693997a656a53181860050b260bc465 0.02 MB 47 105
181,868 181,868 000000000000044dc6fcfad272180f10d1ca75269f1be77cae650745332ba8b2 0.21 MB 526 142
181,867 181,867 00000000000000eb64ab2ceca596e9d5fbd5967b8524c2817696e9807a42cb96 0.16 MB 356 144
181,866 181,866 00000000000002d5794ca9e74bba379d4f62995150114609ce3c1396c6f021bb 0.25 MB 525 110
181,865 181,865 00000000000006da5742b8d64da064947294727c2f3d2f4a1faf7c4b5c3c8b55 0.23 MB 664 165
Previous 10 blocks ↓
Total Size: 769.02 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,622.91 GB sent, 92.96 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.