Memory Pool Memory Pool Refreshing

6,786 transactions
1.80 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,830 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,989 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (108,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
798,975 798,975 0000000000000000000162481e4c1dd88ca97fe527cda76a3adef9e3ddd37870 1.52 MB 3,611 18
798,974 798,974 0000000000000000000215d49e8c015999197198088cc5334a57806e5c9ace33 1.76 MB 4,551 8
798,973 798,973 00000000000000000002f15be24f404a03bad211d357ca5f9eb60f61df7d7d1d 1.69 MB 1,997 8
798,972 798,972 00000000000000000002af9dee3219f6a69d8c41f084d195ea85e0a6edb52bad 1.49 MB 3,098 17
798,971 798,971 000000000000000000013f2799d7a5647cd796dcf72eb1955558ab9671fdd23c 1.86 MB 5,009 6
798,970 798,970 00000000000000000003d98238f919dd85f51822f338ebe6add7d1e2ee71095a 1.63 MB 3,686 6
798,969 798,969 000000000000000000032d67db505fb04284cc9d9114abaa48325ee97dace77f 1.58 MB 1,666 7
798,968 798,968 00000000000000000000ef51bf96b628d74fed902621e8ebbac89a5de8355bbc 1.68 MB 3,236 8
798,967 798,967 000000000000000000051aaf360a801137e9dcae6cd146360d0f0c3fbca337e4 1.73 MB 3,046 17
798,966 798,966 00000000000000000004ab10239c008dcf07294aaf35c60b2837302ff7625e32 1.57 MB 1,950 9
798,965 798,965 00000000000000000002b68603c0225e8b54a05653f52bbddd2afd9bae51dc6d 1.50 MB 3,427 13
798,964 798,964 00000000000000000002afd312bad690ec858257bccf934db5eb1b89f4180676 1.39 MB 3,170 24
798,963 798,963 000000000000000000009c5d6106d450c7b334caf8db124fd3683d1331f0910e 1.61 MB 3,277 11
798,962 798,962 0000000000000000000181a92cd1e94abc4cf789d3070c7cafe8d4d725ea45ce 1.72 MB 4,211 10
798,961 798,961 00000000000000000001248a72a0ea90638400ff515d03e4e1833e2b6f9842b1 1.69 MB 3,232 10
798,960 798,960 00000000000000000001d5e0648c1d3b5d440b8082f4b49ee2bde97b114ab42b 1.76 MB 3,333 7
798,959 798,959 0000000000000000000055f22661b29576af60ee403d39fd7ca305bb34035b77 1.71 MB 3,040 9
798,958 798,958 000000000000000000032d2972f40da27b35b8992fb251a51afdb04143850349 1.62 MB 2,879 20
798,957 798,957 00000000000000000001a4c261e0c12e1f0228daed814d94e4d450efc6cd014d 1.59 MB 3,375 13
798,956 798,956 00000000000000000000b64864dcab79b06e6e76917cebc64aa46aac1b474bc7 1.82 MB 4,478 9
798,955 798,955 00000000000000000001577bf1595294b955a58fdeae0fe985b079911582ed9f 1.88 MB 4,575 11
Previous 10 blocks ↓
Total Size: 769.22 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,634.67 GB sent, 94.04 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.