Memory Pool Memory Pool Refreshing

10,552 transactions
3.85 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,732 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,763 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (62,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
845,669 845,669 0000000000000000000326604a11016229990d9ffea7d3e2e8817cf10c02a1b2 1.43 MB 6,885 31
845,668 845,668 00000000000000000000518fc27e3a6798c73d59d291e696285b699ec36dbba1 1.44 MB 4,802 38
845,667 845,667 00000000000000000001e9e1fa217bbab04feface80b366ac9e1f6c2f2b1bb00 1.53 MB 6,491 32
845,666 845,666 000000000000000000005bc48ad4efc2009a0d967d17bd0a28f31062be81d8ee 1.52 MB 5,807 33
845,665 845,665 00000000000000000000debe42fa7c9b93ae07b21eeeb17ab5d6028d7bf69d6d 1.50 MB 6,273 31
845,664 845,664 000000000000000000033d81c1a38a93cdc38e6d915427e1e0ee26ccbe267363 1.55 MB 4,467 35
845,663 845,663 00000000000000000001d0ce2f7312a13750335141e2cf1b18f7ef7575036f3f 1.55 MB 4,137 38
845,662 845,662 000000000000000000009c6da31587ab68ecd9e62559311a5263d846a0dcf464 1.48 MB 6,049 30
845,661 845,661 000000000000000000001e02edd04530b0765230f96cd0a7469eb904087f10be 1.52 MB 5,842 29
845,660 845,660 00000000000000000000a183b00d57084a7a761a6438d23064ced704c009359e 1.49 MB 3,810 39
845,659 845,659 00000000000000000000b5b0ceecd3113aee72de3b33c72885f5a57ea5386ec3 1.50 MB 5,717 31
845,658 845,658 00000000000000000002cae2bf75af5961e30da1a5ef0e0133847ffa821c3901 1.55 MB 6,959 24
845,657 845,657 000000000000000000023aecd1edb0c0e7badb1664271eed5285188ffb3eb774 1.54 MB 4,574 34
845,656 845,656 000000000000000000021630605d1a7a17227ad8def7ca86b44e01a0ca21d131 1.51 MB 6,591 24
845,655 845,655 00000000000000000002f36a15a23b6a11f6193d31faca540413cf33d82c51ac 1.49 MB 5,557 28
845,654 845,654 0000000000000000000181de8e97cb3935b6699a7ea95d9046771ef1493d99d5 1.49 MB 5,741 29
845,653 845,653 000000000000000000014cf831239b4ff47b0c1b7889e9e66eab445096e5ad69 1.47 MB 6,682 25
845,652 845,652 00000000000000000000f6eb3741080ea491032952e471471909a1ec901bac84 1.45 MB 4,212 31
845,651 845,651 0000000000000000000097819336a4a72a250a627f55d02dafec8d21972e90d1 1.50 MB 6,493 26
845,650 845,650 000000000000000000011954919be6c6e9f380f8f5f37eb25a3f612711435665 1.50 MB 5,479 27
845,649 845,649 000000000000000000008886b01360fe8b2d61f1397ffc04357e95700cc85d01 1.35 MB 3,423 30
Previous 10 blocks ↓
Total Size: 769.04 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,626.99 GB sent, 93.10 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.