Memory Pool Memory Pool Refreshing

2,685 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,871 (772,140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
135,731 135,731 000000000000042efff48820ec32b5934a9dddfa9095278154f56b6e54b5cb37 0.02 MB 61 66
135,730 135,730 000000000000018031fbfeb3b4fcdc3ebc46ecfc3a934dc5d95b2962b3b71c51 0.02 MB 68 237
135,729 135,729 000000000000021816100a193c4da68ea80edb524d7a07dc5b8ef301cb3e6311 0.02 MB 47 906
135,728 135,728 00000000000008227cd38e8d1e1153ea1c2070e0a49f65c99dccab387228d6f9 0.01 MB 23 563
135,727 135,727 000000000000075b54b235962ef255fbabc19776bea959f0dea049503ba1811e 0.06 MB 175 281
135,726 135,726 000000000000054b7c4a4fe57d0a7c26bc0961e1f0dad42d4c374413106450b3 0.01 MB 17 621
135,725 135,725 00000000000001a2850ceebf612349a26183d47c09c618b7473f7e826a0d0297 0.02 MB 44 46
135,724 135,724 00000000000003376e64f0b1de28315a7f297a3dfe370f7207376c9ec2b2a2c6 0.00 MB 7 1,005
135,723 135,723 0000000000000a81fd9d7ba3aa6bd4e4c73aa78960eadd478499a7b5709d6984 0.01 MB 13 533
135,722 135,722 00000000000001f1f9068e3ce7ff291ab1870068a4d611b82002661f6f1e5a64 0.01 MB 22 332
135,721 135,721 00000000000002bf86954c89c20275c166e765aa714992f4275c2e235f8cc223 0.03 MB 59 431
135,720 135,720 00000000000000d4188bc6b1721c1fd05ccd041c504e128fcb6d3a61aed21cce 0.04 MB 113 233
135,719 135,719 00000000000006218cd3f9d65a1b61e6bb357dd4c91ab7b5af0008d8951a7800 0.01 MB 24 995
135,718 135,718 00000000000007fa6184cada49e7607d3b451b40df0ef99d8c32af7d7a4e25e4 0.01 MB 33 290
135,717 135,717 0000000000000390e5bb82ddf9bcb720dcf52f9c25a2eb60b8dc43c2ef25224b 0.03 MB 73 510
135,716 135,716 00000000000002f59982ad8818850b6fa927c6ee2d2121c1bf9d8c59d54ebe3a 0.01 MB 29 1,146
135,715 135,715 00000000000007779295eaf47c0fc7871e5172e3fe7e9c965cf847261350e92e 0.00 MB 12 423
135,714 135,714 0000000000000aa2559fee1452b83f0ad3f32b9908cc137da167eb0b2e0e7486 0.03 MB 97 311
135,713 135,713 000000000000051b3d06f8f824e57a74bea6ad5def672bb50bca7fa14cd8f986 0.03 MB 62 255
135,712 135,712 000000000000070499476e7b7aeb59af48d5bb2c8cbf9c6b19f4103757647cf9 0.00 MB 5 1,064
135,711 135,711 000000000000053f6c7cabae8d60f51997b1210294cdbdb8dfa60fecb1094f66 0.02 MB 43 296
Previous 10 blocks ↓
Total Size: 769.30 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,642.68 GB sent, 94.44 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.