Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,814 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,826 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,813 (117,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
790,063 790,063 00000000000000000002d0117659a06a7712d3d247447cd1efa346cf10b365b3 1.59 MB 3,506 80
790,062 790,062 00000000000000000000c630aa2114d29ae8e777eaae9fe60019a9b42d5c6c3e 1.57 MB 3,148 85
790,061 790,061 00000000000000000004b627875f03a09d30ac79abf8ff6560602f93d00c9f78 1.63 MB 3,470 75
790,060 790,060 000000000000000000059b272f0ffe6b82cacf5e9b03d7b54200c52ee1b9ecc7 2.22 MB 2,580 54
790,059 790,059 000000000000000000027126eb132fec0ecddf1e7f29dec17835c02b00471d04 1.98 MB 3,055 72
790,058 790,058 00000000000000000003149e5ae0284eed84e8e6f25211895554faed81b1042e 2.37 MB 2,698 63
790,057 790,057 000000000000000000027332678d246223a70a5417c42c37050ba70ed00b11fb 1.99 MB 1,933 75
790,056 790,056 0000000000000000000597367262376ce4da52d4d5d06527078b80c520b24fb4 2.08 MB 2,837 93
790,055 790,055 0000000000000000000408eaa4320e34fbe5b4a43695f3e0068cd6c315d84713 2.03 MB 3,177 102
790,054 790,054 00000000000000000005cae05d2f0ad85fdc436cc83598d56db11a56dd3ac0b9 1.88 MB 3,047 124
790,053 790,053 0000000000000000000047e01ec38b8c2c3fb55a811619e23833d51a88c6fde4 1.59 MB 3,887 60
790,052 790,052 0000000000000000000030060cf18be59eb308d002805e7c87640ae560734cc3 1.80 MB 3,148 42
790,051 790,051 000000000000000000047fecb5015b1727692abdb416d66f3692557fd0d568cc 1.79 MB 3,177 43
790,050 790,050 000000000000000000043e80432854e055f9f81f0e52bbb3cfcfcfe45dff1b7f 1.71 MB 3,510 43
790,049 790,049 000000000000000000035e05d782564bbbb587844f3c4cfd664c7603da426eba 1.67 MB 4,064 63
790,048 790,048 00000000000000000001bee8cf2f6f3c4ada51479fbe1a66b538528762a054db 1.75 MB 3,919 89
790,047 790,047 00000000000000000000c749946e9bfc301e767fa5eb9980995826558a287b71 1.69 MB 3,687 119
790,046 790,046 00000000000000000000925c463e42272c3f96965f05b48c90bbf938ca410787 2.43 MB 424 224
790,045 790,045 00000000000000000005110db0230f93c49b19482d1ab077f68e864a107d7372 1.52 MB 3,306 89
790,044 790,044 0000000000000000000598c7c9b3b6d26dffa313c33cf3cd322352f23fc1d44b 1.49 MB 3,200 72
790,043 790,043 00000000000000000001969470369d9265e2b5e8aca4c8d16139898a7fb1215f 1.66 MB 3,503 84
Previous 10 blocks ↓
Total Size: 769.19 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,633.68 GB sent, 93.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.