Memory Pool Memory Pool Refreshing

58 transactions
0.03 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,604 00000000000000000002349e0000000000000000000000000000000000000000 0.03 vMB 58 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,603 (849,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,535 59,535 00000000085960f58aba36c0e77a9e3a3ff6893a9689b18a285af7c77b59d06f 0.00 MB 1 0
59,534 59,534 000000000d06f39e6bef218f991da2fd4f3301902253e3cbad3c382d973ad5b4 0.00 MB 2 0
59,533 59,533 0000000004d1c483516f68da31595eecf5822301c457a2198dfce780ba61140d 0.00 MB 1 0
59,532 59,532 00000000013edfb6685fb3d2f4be56eab593b33bf3adbd18e278c52ad84705cf 0.00 MB 1 0
59,531 59,531 0000000009187f46d10561a2f4094b7aebc1d4854bc9252f402ac0cbdc6b7ad2 0.00 MB 1 0
59,530 59,530 00000000034215e6efeebd8ab90b4173488075ec76036183aa83bb67eac0fb06 0.00 MB 1 0
59,529 59,529 000000000d81182f1d953de040213948fe267c2c8fba5000014ae0ebff84d818 0.00 MB 1 0
59,528 59,528 000000000ed4ee8b56249e08ce2d7587ffc93f96591fbbf55433f8c35119b22e 0.00 MB 2 0
59,527 59,527 000000000c32e4bbc158d2c742f2aac130a37e2c53f34e951348768ac04475bc 0.00 MB 1 0
59,526 59,526 00000000007ab3f5cfef220dbbe5e5a56ad737de3af1c0cc9f8903a7edb17930 0.00 MB 1 0
59,525 59,525 0000000003014aa67a98f372c10c17572072392943c5096018ccca45a8d86c3f 0.00 MB 1 0
59,524 59,524 0000000005e65d167018ae8de86340f15c166a3bf5471e1c32c6acb41bb06a01 0.00 MB 3 0
59,523 59,523 00000000094baceadd9d3ad0b8b77299f7b3335f423ec22bfae76d601f5fd086 0.00 MB 2 0
59,522 59,522 000000000ea4e3710b8e8c07c59c05d36cd84c63b7a03f9fc85903a64abd0430 0.00 MB 1 0
59,521 59,521 00000000057284b575a1d8b86e0cde4d2698ff22d858e00af571f11b5a86310d 0.00 MB 2 0
59,520 59,520 0000000001525f82c5c09197a7dfa9e86eb7628a9d286aba6927226daa13f2b0 0.00 MB 2 0
59,519 59,519 00000000087253f191b5ae26c0501d6ba69004b9162fcb7ad0a5109a0a97180d 0.00 MB 3 0
59,518 59,518 000000000abc52968e4573cdeca41619eed2e8ac7e47a4f16eca928c065f736e 0.00 MB 2 0
59,517 59,517 0000000003b901f5dab6ddcc99f812fce3aee88d0a8b1784ab4ae9608caa86cd 0.00 MB 1 0
59,516 59,516 0000000005d2bb9951d09183543c81683750631b88ba88e75fb2e2fe7b431e2d 0.00 MB 2 0
59,515 59,515 000000000c9d42305f608f042bf5049ba89e6a742859fda09707a1565beb0684 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.82 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,849.58 GB sent, 101.04 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.