Memory Pool Memory Pool Refreshing

991 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,667 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 983 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,666 (831,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,131 77,131 0000000000621bac85fdfb1d80488416e2137c780ffd28552bb9cce8d76f92a5 0.00 MB 1 0
77,130 77,130 00000000002a7cc56b887f9f339ec8a48f0d0de9a95fe969fa6ee23c33d68066 0.00 MB 1 0
77,129 77,129 000000000006b1754575e6cf7a29d9229866b64a31c474dc98f9c5900629e978 0.00 MB 1 0
77,128 77,128 0000000000575c3e55d294a5a35259edf4572cb2978fe8cee59e636ab2b140ae 0.00 MB 1 0
77,127 77,127 00000000002cf51a32a0f8896ca5c671804ee74c280f5fe0e00179cf27d33e12 0.00 MB 1 0
77,126 77,126 000000000017fb4e055ef2c85695ed92d16cc6e8fd51cafa0022dc5e7e3a6356 0.00 MB 4 0
77,125 77,125 000000000012a95e63b5912a1780c4c244730e8d6f3e5fafaeb4f9182d0013ef 0.00 MB 3 2,392
77,124 77,124 00000000003ba3811d5158c40a6d3d0d91ca137a247c6f0a1708422dd5179c9a 0.00 MB 3 0
77,123 77,123 00000000000e262933392bc79dc393b34de1ae084aef041e54b62dedea65ad7c 0.00 MB 6 497
77,122 77,122 000000000062260a71afbaecf8d39a9fed1449cda474cc31607bc29d031093a8 0.00 MB 2 0
77,121 77,121 00000000005a4d20e67080047b6d2d19d62b1024b4666bb0f07da96b719042ae 0.00 MB 5 0
77,120 77,120 00000000004c94a6ceae010bfbb706f59ded2e01271d1ebdd4e7826b543eee2b 0.00 MB 5 0
77,119 77,119 00000000004629966e659a768b2ff8babb36eebf91c088d9b2292f272a7012ae 0.00 MB 2 0
77,118 77,118 00000000001e47946495b18fba801cd8255e1f9cf6015105169ab0dd1b682a68 0.00 MB 1 0
77,117 77,117 0000000000178805bc49a0650484b15e5cb2744dd574b520320a1ce00a70dfb4 0.00 MB 2 0
77,116 77,116 000000000042a81a534d8e02f40b5c5713e821b3e40b466a72c342e56df89b29 0.00 MB 2 0
77,115 77,115 000000000027252bcd86cb3f9840915b56856172f1125b3b4912cb43dea4a22b 0.00 MB 1 0
77,114 77,114 000000000039c05ae3a9be0fd178b8d1d2bbee2663b588e52487f597171d463c 0.00 MB 5 450
77,113 77,113 0000000000626f379dcf22da742b0cf70cbd244cd6e1f5a0a4dea9e42fafe129 0.00 MB 1 0
77,112 77,112 00000000005793276c59dafa447b903a4098212b61180cff18e9e7c68bad4ee4 0.00 MB 1 0
77,111 77,111 00000000005351c65e0134d704e6f01cfa01c059dd2985a70581aa7e9626f116 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.94 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,853.31 GB sent, 101.64 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.