Memory Pool Memory Pool Refreshing

4,398 transactions
1.37 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
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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,277 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (577,998 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
329,712 329,712 000000000000000012bf501b68a8be77b1564b53367afd09357b27295d1ce446 0.13 MB 179 21
329,711 329,711 00000000000000000bcf13782c3e07503fb3e7f1755f36594b288fd2bb42d225 0.31 MB 383 17
329,710 329,710 0000000000000000151274828e0c5891f8b34edf1890eb7d30240cab4696eba3 0.35 MB 701 30
329,709 329,709 0000000000000000106cc7d83a5feb6a749fe773656e6fdd0139b2b85a35c926 0.46 MB 921 28
329,708 329,708 000000000000000015896a7bcc307827a6b9227df57f64cda1402755740c77e4 0.95 MB 1,699 28
329,707 329,707 000000000000000001296faccf0ba296cbd2abb1f0ab27bd5e6abf0d9c6f5af9 0.10 MB 179 15
329,706 329,706 00000000000000001b59c5c68ae2a16348612e2290e3ffb86325bf95fbb68960 0.76 MB 976 21
329,705 329,705 000000000000000002d65734f0d40a0d06bd8846b1ec523467f4b49767976da6 0.75 MB 1,950 36
329,704 329,704 00000000000000000bf31cf3e2b2e25fc035790da883c0c539f433f7091971e2 0.06 MB 111 10
329,703 329,703 00000000000000001a4fc6bc7cdd8df384340119e0b39728779fe6b7017185f2 0.19 MB 280 25
329,702 329,702 00000000000000000021987256d41e6430f7e44289aedb4e5d02cba99ef34ad1 0.19 MB 313 20
329,701 329,701 0000000000000000192327876fa826ac2156740111a34e614a467b0ef0a2f20b 0.30 MB 443 21
329,700 329,700 00000000000000001a20824147e7c19f4c8984ab714b00cd43d3fbb535274397 0.32 MB 559 27
329,699 329,699 000000000000000003b358aab731b0c71d6ebd1657361c580348880bedd32887 0.10 MB 174 21
329,698 329,698 00000000000000000bd286ea7255d73cd723995336216c9a13aa8ea5cae48bac 0.14 MB 196 22
329,697 329,697 00000000000000000b183e7a4944ec4027e0c2069f85d62c6a784ebf0cbf0055 0.10 MB 84 8
329,696 329,696 000000000000000007656cc9034bd15d862ab76219fdf83188ad70f289f2bf01 0.07 MB 80 6
329,695 329,695 00000000000000000288ffded49fc5db87602b7d657965849289e0ef2c82453b 0.26 MB 430 23
329,694 329,694 000000000000000006b3f3c33315869a84784977660f6f19d0b9fc3f83c31768 0.37 MB 744 29
329,693 329,693 000000000000000008c189d4cd55d898cfbab27454f9eca7f8c5dbef3720161c 0.74 MB 1,512 41
329,692 329,692 00000000000000000f4bb7e7f47239591fab8ea45157e7fb393436fd0c69e5b1 0.20 MB 230 21
Previous 10 blocks ↓
Total Size: 769.00 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,616.87 GB sent, 92.83 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.