Memory Pool Memory Pool Refreshing

1,211 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,639 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 1,212 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (854,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,545 54,545 0000000003e2a1fd021ffcce82da448c4b21bc35348b1326583c5bdc0be21761 0.00 MB 1 0
54,544 54,544 0000000001eaf5cf732ab4b934c7698cdfac72b8a9068383c05e3e4a9a619032 0.00 MB 1 0
54,543 54,543 000000000087b8b05db8402fe36c8db453adddc736b1827d5e8b29af5e3f15c6 0.00 MB 1 0
54,542 54,542 000000000df03a12c35c76e9910f6f477b38a1dcae1b8f2ce440e68c05e13dc7 0.00 MB 1 0
54,541 54,541 000000000a62bc7be69555b2bf880054d2e6f5f92408fccb7993908fe71b533e 0.00 MB 1 0
54,540 54,540 000000000c26f3fa90b8fbf7f35279a01013cf0142258e692935481f87589684 0.00 MB 1 0
54,539 54,539 00000000101d6bf0fca0bb261950245e152f8910f70b130c05c52edefd9acb34 0.00 MB 1 0
54,538 54,538 000000000ba9752256956f5726e9ed88fda6545eaa56b8ad4100d391981a614f 0.00 MB 1 0
54,537 54,537 0000000000a26cf256fe444eab1b840a70fa39b6d66e3a9cd6e9643f5ab4e82b 0.00 MB 1 0
54,536 54,536 00000000063378872e906250c5a75f22093e22a7c66d02c4cb595815fbfb31b9 0.00 MB 2 0
54,535 54,535 000000000a60af0473f4fad554fd792aa99603e65e43a4d5a9b3f7d28fb4d1e9 0.00 MB 1 0
54,534 54,534 000000000965e26247876cb702b905b5375e73d5200710b981afae8e3e38c10f 0.00 MB 1 0
54,533 54,533 0000000010ada8330311c4ccc825d19a0b9d239a1535cb40dab2417f7d264f23 0.00 MB 2 0
54,532 54,532 0000000004aeb61c20f8282f96a3be802f70705f0b7a287ced0310c1f278cfc9 0.00 MB 1 0
54,531 54,531 00000000031af24ca4418a30e79601c3081f645069ee8a21d34fa84142bd9ee7 0.00 MB 1 0
54,530 54,530 000000000b9145d4113f8c3077bcfe092969540b4aa3434d33f8b68d1ed70872 0.00 MB 1 0
54,529 54,529 0000000011cdf05e33ea2fce3381878a826636b07f0a8e1f63a129612a567e0e 0.00 MB 1 0
54,528 54,528 00000000034ec24cdfc2fa111a0becaa661ae14794c80b43c774d40e2917920e 0.00 MB 2 0
54,527 54,527 000000000fe8b55d5af73b9c01db64ddd0cf319418ab97ec6e45c472e5080d3d 0.00 MB 1 0
54,526 54,526 000000000c34a4be7ceadf881750a2753e42fa4db3488b537792f4a8fc829ce6 0.00 MB 1 0
54,525 54,525 0000000010ac4da158d81d72359bc2d67bfee61f2679d30606179f6183d8be11 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.32 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.