Memory Pool Memory Pool Refreshing

895 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,769 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 884 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (378,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
529,135 529,135 00000000000000000003994f4d64bd64c6beded157a333e906a9c9d4359315fc 0.22 MB 341 31
529,134 529,134 000000000000000000255f132a98e18a3eadae4837366d8f87cd8ef635902632 0.47 MB 563 11
529,133 529,133 0000000000000000001b529b37c0ff86aefbb8aab9632e81544d459b7a19e8b5 1.06 MB 892 4
529,132 529,132 00000000000000000022566f78bb8bbdda0acbf9400c5ede3dc0187f95aeea77 1.12 MB 2,174 63
529,131 529,131 0000000000000000000a0ea899559a324e93fee7e6c9c70dee2f30c7886a0722 0.59 MB 767 26
529,130 529,130 00000000000000000021285b2151e240f670944222ca1a91d83b3c768ffc1eac 0.79 MB 1,123 27
529,129 529,129 0000000000000000001903c56f959682890ceb8e4ae5213a09f2849a767c2b3e 0.99 MB 1,294 24
529,128 529,128 000000000000000000193d4dbcae2fe20c7a2d06943ad3ee4dd61eea5403927d 0.41 MB 513 23
529,127 529,127 000000000000000000154c8f668517f01b84746208fed4cc0dded3e71298b97e 0.41 MB 553 29
529,126 529,126 0000000000000000001d25d17913d8717bc1429d0b0522b7d7233bc1adaa2af0 0.89 MB 800 12
529,125 529,125 00000000000000000007d6db4e8c5fc3f271daa88b1a4750d9e8bc31f8f79e43 1.09 MB 1,721 32
529,124 529,124 0000000000000000001bc5948a90e4bd22b8ffbcd7f36e3a26e29815c2b7deea 0.18 MB 258 2
529,123 529,123 00000000000000000008a5f53fed266937c090377d646beb90c73daa625fef2b 1.06 MB 985 16
529,122 529,122 00000000000000000022093dd438ed47fa28e71858b8220d53e5cd83b8d0d442 1.11 MB 1,893 37
529,121 529,121 00000000000000000026087ab13d78b5062f38bceb8fe2dc14c53e6b25057933 1.09 MB 1,372 25
529,120 529,120 000000000000000000191fe5fc72b9b3c9b87d2240679bcd1d75fa87002af108 0.00 MB 1 0
529,119 529,119 00000000000000000022827472fa976dc6c98f5cc078d7b5592c62dd3c302e47 0.76 MB 524 8
529,118 529,118 000000000000000000146f4beee71a7f9ca95236c8f480d562cc483ff47aa8c2 1.10 MB 1,906 33
529,117 529,117 00000000000000000013d60a4f279d0ffcbd066f554e93c27b52c93f4f12ff7e 0.00 MB 1 0
529,116 529,116 0000000000000000001101a8d10b5f21172696ab8394eb8034cd2d41772c0413 0.19 MB 298 30
529,115 529,115 000000000000000000134a690a4662bf24251b801c818c6214c479b828a4533a 0.94 MB 1,222 19
Previous 10 blocks ↓
Total Size: 769.11 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,629.34 GB sent, 93.42 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.