Memory Pool Memory Pool Refreshing

3,583 transactions
1.80 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,120 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (672,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
235,434 235,434 00000000000000f5f68b4743b95d3fbfd5e10942fd848491674faf0fc4e4bba2 0.40 MB 941 175
235,433 235,433 0000000000000185ce9496f84a76fcaadc39552beba43cb611985e44b7493ca2 0.23 MB 490 166
235,432 235,432 00000000000001a4cdc648ec68a94546eb55ad4266026fa6872afc1f18d0d577 0.15 MB 295 156
235,431 235,431 000000000000014469721f9c77cb3ca434778a9d3267d5ed255065e8863b10b7 0.15 MB 206 109
235,430 235,430 000000000000017f19ca432eb953a3c6a01b62748b58d5854d4d7839dd84ed92 0.25 MB 487 136
235,429 235,429 0000000000000189a740f3cfacdffad7a8a37157ad0270728f99574bd1f90d94 0.22 MB 532 187
235,428 235,428 000000000000014116da55f67651af8e044bdfca845c7efbdf96c5a6776e8eeb 0.06 MB 118 168
235,427 235,427 00000000000001126006b4bfabac9b1782c1d99099053fad758c7be527a60e81 0.15 MB 129 84
235,426 235,426 0000000000000068ebe506b515f00f89327b70cabd752319a2bb369ad99401b4 0.15 MB 84 25
235,425 235,425 0000000000000002d83f8eec51ada904b726462b81f158377862c88703e96e4c 0.15 MB 349 161
235,424 235,424 000000000000013ed5b37610810ef142d0bd7b85efd568c1035a213065b16971 0.10 MB 183 153
235,423 235,423 00000000000000c0df03d436152c979b00c7f75999fe555d46a49e53165750a9 0.39 MB 852 191
235,422 235,422 0000000000000063a695135ec8014b46a219e42e6028993ac1a6a74b63048edc 0.09 MB 131 116
235,421 235,421 00000000000001620cf92880669724a8987b226853d76c9d83f3cd2867bcc0c5 0.21 MB 480 160
235,420 235,420 000000000000012829d0b803f7f2859c5e50d73f5db204c2e47e4d545a1f8a2b 0.25 MB 35 9
235,419 235,419 00000000000000d2710d6256ec720269948adb3baee8eca642026c4894474b73 0.19 MB 482 207
235,418 235,418 000000000000011585fd7e08002c79f641328c6a8cbca5052fa2c561d344a6c7 0.15 MB 244 118
235,417 235,417 00000000000000c36db5ae0770b8dd85927f3db1b4b03f50b7d014d5a59b5a0a 0.16 MB 310 138
235,416 235,416 0000000000000156321c7ebe89957feb94a084a6d3ae0f0f12afcaea263b5719 0.15 MB 323 172
235,415 235,415 00000000000001752dcd668b9d31e2ce530f5480d0b15ddb0e7846e0a42767bd 0.03 MB 64 115
235,414 235,414 000000000000017bd5772303de18b14bd00e4b0da39cd32cc7100bc9355c1e3a 0.17 MB 394 204
Previous 10 blocks ↓
Total Size: 769.05 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,627.46 GB sent, 93.12 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.