Memory Pool Memory Pool Refreshing

673 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 673 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (634,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
273,603 273,603 0000000000000002b6993a0a8e2e00e8c93ce70048f57429059c6de247f7495a 0.01 MB 25 48
273,602 273,602 0000000000000004d0dd3c0dbad53830a9e64c5c2e1e9ea5f33f4bdb55e37205 0.12 MB 289 62
273,601 273,601 0000000000000000877f067d0bed13e4b8997eb3a54659385568de6a5867f7f2 0.18 MB 324 74
273,600 273,600 0000000000000003fecb815b2d5189b42a4a5cec121d1f4bea624c39faf1ea2a 0.21 MB 283 58
273,599 273,599 0000000000000002099d4a96688a0d7b7002d9aaae4647e9361ae5038d889d13 0.02 MB 69 88
273,598 273,598 00000000000000050d057ce158e46c7658f9b3e16cdbcc8affd442f813209232 0.04 MB 93 25
273,597 273,597 0000000000000000a03cecbf0f37ab381b7698221602c20b774edc7c8a801dac 0.29 MB 327 39
273,596 273,596 0000000000000002163c1ef3fd0e472b7d6bfd95697482033d83bde3aa0274a7 0.25 MB 754 89
273,595 273,595 00000000000000057eac6ac933615ef95d0faabe799b94156546db94684fca1d 0.05 MB 189 167
273,594 273,594 00000000000000051d4db84f5bf62ed232c2152d8da36d31383c9f63e014d96c 0.01 MB 24 113
273,593 273,593 000000000000000220c2e120a91b532151e681d5a7f27bcdbf53c23a354d2bc9 0.14 MB 307 48
273,592 273,592 00000000000000046f89b25b5217ef948fcb5b395da690faf46beebe909eb286 0.02 MB 52 38
273,591 273,591 00000000000000055edb404cfaca8021acf9b69fdda315c027b10afd304821e8 0.24 MB 517 72
273,590 273,590 00000000000000058d397ef3b05d29bd498b28fcde18b25781b71a5ef4221daa 0.04 MB 79 105
273,589 273,589 0000000000000004668fd445f74a64a3225b4c1311f75d3beb1c016916af754f 0.08 MB 156 50
273,588 273,588 000000000000000024b0ad91a214108c3b2405906c822ace4ffe7b258f10d5a4 0.19 MB 313 57
273,587 273,587 0000000000000000c2ae07e7f0dd18523fe32192ea4a14ca38a81f62e1fa42d0 0.23 MB 506 65
273,586 273,586 0000000000000001717a5489ca0d4c99913d39e5e624fce652a37b414347278d 0.08 MB 62 35
273,585 273,585 0000000000000003e63cbe8c664ce105998cdb6b5f07f4ddb4d95e4bce94648d 0.18 MB 452 62
273,584 273,584 0000000000000003418db9476bc0e5030c202bfcf624b4dc29fa55e4b19decec 0.04 MB 128 71
273,583 273,583 0000000000000001cdf6c39edc2956b5c93837ec203943f074756fac6e8eeb17 0.09 MB 178 46
Previous 10 blocks ↓
Total Size: 769.10 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,628.87 GB sent, 93.39 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.