Memory Pool Memory Pool Refreshing

7,902 transactions
2.55 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,843 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,509 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (777,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,361 130,361 0000000000000c7463c8e6fd9549314109f32dae6e710fce71fd12b93c8feaee 0.02 MB 72 447
130,360 130,360 00000000000009478fca18b8bc7a1b3e003134e46d75c7a9549eb7b7dd14822f 0.05 MB 130 453
130,359 130,359 00000000000015448ec326fd9481107bd6f29de32ec9777d847421e383c020a0 0.01 MB 33 1,186
130,358 130,358 00000000000012ef95f7d2934918f931695f63049b50b0921ad70f2c600c451d 0.05 MB 118 925
130,357 130,357 0000000000000241e5b4f5aa7324dd5c5f0ab4805e2058435e1044ae62317d9a 0.05 MB 125 186
130,356 130,356 0000000000000f2db7266aba56b19bf9dba0f02bb04fd9cdd3d64e393349fbf7 0.04 MB 72 752
130,355 130,355 00000000000012c80fc27bfa925ead9805e9f5026a4a0e0a42a9270258bd81f3 0.02 MB 53 1,562
130,354 130,354 000000000000105a2426a2b28b24efd04bb8cd1a132b9b50832c0e2b9ddfe355 0.02 MB 39 1,337
130,353 130,353 0000000000001d1c6012248a3b5218d453cf14ba068c769aafa13f5450b2c88d 0.02 MB 55 2,059
130,352 130,352 0000000000000b582598a18c5028a2dbfe6c898090414e6b1ad640cd7b0a3258 0.03 MB 82 455
130,351 130,351 00000000000014eef01656c33d8edf405bd9169eda8cc461feb5b914c4f4a6e1 0.04 MB 67 671
130,350 130,350 0000000000001d3d43b8e813a6476cd2e8583eb18a3241b2dc3327c6e0d13b6b 0.02 MB 19 1,630
130,349 130,349 0000000000000387f96b6e3b283f2e70d1ce3b0efe479bad3f7054a7b1ede435 0.05 MB 129 531
130,348 130,348 00000000000002d21e8898391e305b4964d40c6832db03f3a85128fab858112f 0.05 MB 57 1,159
130,347 130,347 0000000000000b6ef1fa9963665d5f44d53f5b2e7e0c190aef5a8bafbab472b2 0.01 MB 17 1,128
130,346 130,346 00000000000007eaeeff72eb392c8bcd1ee179cbd74922fd35d2940a6e4cbc24 0.05 MB 168 805
130,345 130,345 000000000000030ae8aeab2af2c250f6c718ecd043041c848afcab9552447b70 0.05 MB 133 353
130,344 130,344 00000000000014e1a8db1b03ba18dfa3348fe41c8162d366a07b2faf32497a7d 0.01 MB 20 876
130,343 130,343 0000000000001c46647dbbc400207685deb87d7eeb806fecebb2fc05cac550d1 0.01 MB 26 1,206
130,342 130,342 0000000000000a0ba5c075ddb59626b68e8fb5b072de806aabf99ddf2f301703 0.05 MB 160 1
130,341 130,341 0000000000000377b2104502850d841ca135c12ed36a5cf1201692837f8fd859 0.03 MB 54 1,115
Previous 10 blocks ↓
Total Size: 769.25 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,635.10 GB sent, 94.16 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.