Memory Pool Memory Pool Refreshing

590 transactions
0.19 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,470 00000000000000000002349e0000000000000000000000000000000000000000 0.19 vMB 587 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,469 (859,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,745 48,745 0000000027eae3362a639a63fdbd4952d880672a6c6be431b68b5caf585737d0 0.00 MB 1 0
48,744 48,744 0000000009555c381805bfc78dbe6c5856688f54fd68d9fca3e9891de0cbb3ca 0.00 MB 1 0
48,743 48,743 000000000c11a2ddae3190ca02017a7cb6b74440116de0dc97e64448392b15f2 0.00 MB 1 0
48,742 48,742 00000000066993bae9f94d356f439f8d80558741c59451cb4099e73b67c7b226 0.00 MB 1 0
48,741 48,741 0000000014b4d2d91c14fc4dde1dbf45a81e74b3cdbc04f01607648c7384f7d0 0.00 MB 1 0
48,740 48,740 000000001b5900005a60158257a33f4e5537c5f3b0b059409b7bc7bdb1230bbe 0.00 MB 1 0
48,739 48,739 00000000236ce85d33a5da32d5904d21bd690c25c76ca1267aeab3fc65333bcc 0.00 MB 2 0
48,738 48,738 00000000097baa6d4364492896f829faff744adf5a79bf9b9f0cf4901bd6803a 0.00 MB 1 0
48,737 48,737 000000000624f5913ee1b7b56539af46ec5db53117302e0de694c1ac0fee9f98 0.00 MB 1 0
48,736 48,736 0000000012aa1b72b3c16c3706e13469c5f8c77778061ba514b9e26353d836d0 0.00 MB 1 0
48,735 48,735 0000000009c1e25ae750c46abc11dc25cec95d32a1c2659d4e66b2583ec11393 0.00 MB 1 0
48,734 48,734 000000000bccb56fef0f46d3424f073468b14a744c48ecfd2a530e2460f94f93 0.00 MB 1 0
48,733 48,733 0000000012336aaf47477a201201e6f3fcb0bd8902f9e45c9420343764b4a128 0.00 MB 1 0
48,732 48,732 000000000be03f6c2eb6ed165faba62698d0c923a984a81ac36392ba18083023 0.00 MB 1 0
48,731 48,731 000000000ac73955f93d3513fd0a716ff8d779e67d1c980988b083efdac6d698 0.00 MB 1 0
48,730 48,730 0000000011537856a927df8b6b54c2ceb5484360785ebfbf49823eb478b4449f 0.00 MB 1 0
48,729 48,729 000000001cd845dc081bd5c2f0165f6101edee254a0f716701b70c1522758b69 0.00 MB 1 0
48,728 48,728 000000000f2966fc2e67493b85a915c9dbb2e2977ebdad7de1403968a6a013ec 0.00 MB 1 0
48,727 48,727 0000000000f88f1040e603ce5c7549954b1af238f7ca4995bc3bc41e04a0eb17 0.00 MB 1 0
48,726 48,726 00000000223d4ce53cfe8dc2cdf490b177364e72f4235571e9dfb6fe03ad1ff0 0.00 MB 1 0
48,725 48,725 000000001d9b4756164664be4fffd6d1377ff7d12114b3219b9394ecfd03b1d9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.26 GB sent, 99.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.