Memory Pool Memory Pool Refreshing

9,267 transactions
2.76 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,399 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (738,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,831 168,831 0000000000000649ecfd9e0a2e4cef5edc015edad15e716e1cf49d388b8f6fa1 0.02 MB 43 2
168,830 168,830 0000000000000b0c21e17e4fcb77a6b97be31ef3a961903b2e065e4d97e2cdb6 0.01 MB 17 53
168,829 168,829 000000000000045fed8fd040df0b11e50bc5250915b5440a9e86e42436fbf384 0.01 MB 13 62
168,828 168,828 000000000000045ffa8907694030889410e00bc242a5aa1fa1b90a6417f992dd 0.02 MB 45 62
168,827 168,827 00000000000000578ae3a1cdc9221349bc9eada5738009e1b33a6f3b3421a90e 0.00 MB 14 40
168,826 168,826 00000000000003ff41b7f2df4d12d008a55ad1c4a4eb886bb0c6a0d702a65ba2 0.01 MB 13 79
168,825 168,825 0000000000000466c5156ea672d72c694f85e531f5522dbdc6fbb070ecc0d66d 0.01 MB 32 0
168,824 168,824 00000000000008b9aa9d033c545e4835905a7a1a96a9d6caafccd73eeea1d825 0.02 MB 37 92
168,823 168,823 000000000000034b083093e2decc16c457ab4b6a4e808298f9ae37ab95f883a0 0.07 MB 48 130
168,822 168,822 000000000000004c6529e2dac3e6bc612136b3793ea58445f38ab6f0c3813dcc 0.02 MB 35 98
168,821 168,821 000000000000052333580978a065286b559eaacb661fed22df548e3875488d4c 0.00 MB 6 75
168,820 168,820 000000000000071a535a355fe5a021cf1c7bb2372e22eb27166d45d3c5d79447 0.01 MB 35 103
168,819 168,819 0000000000000b658132d9e544685be830145c30bab1596be9ddc84049dc0cf8 0.02 MB 20 21
168,818 168,818 000000000000055c41186a1223a917cc67cda874dac2fc7fdb0801b3f2a3902d 0.02 MB 56 67
168,817 168,817 0000000000000467a53cfa253f4e14966da67360db0c86cbd67a71366a67e321 0.00 MB 20 20
168,816 168,816 000000000000058cd78958172ded49a18652efc043f2d97e572ab4180795ce38 0.03 MB 53 60
168,815 168,815 00000000000009b527ec78fdb212e8ac5f133b4f5564d7dae866601fa127c594 0.01 MB 15 360
168,814 168,814 000000000000061aed77a718804140a7e5af4d5106c501b0bc5f81972d2905a6 0.05 MB 130 41
168,813 168,813 000000000000055d2deeb8de34efcd9fd8688f19dc3bb2dffedcc66566fbf8ef 0.01 MB 15 40
168,812 168,812 000000000000044caffc2d3e966cbcbe2e12cc2e9e790766a210782476b981a5 0.01 MB 23 33
168,811 168,811 00000000000008d9b8c1a1d8be2c7f1d82122b2c630ae2094cc6e3a444190b1e 0.01 MB 10 62
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.