Memory Pool Memory Pool Refreshing

12,138 transactions
4.14 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,066 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (605,745 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,985 301,985 00000000000000006484e40b61b3c18e92a1b97319807f94ab7bf4b62706451c 0.60 MB 1,040 30
301,984 301,984 00000000000000007698b47d790e8f27384d3d67b960b29ed61c2ba6b91ad25c 0.23 MB 103 12
301,983 301,983 00000000000000000ef1c1e7ac135027ad3532e2f7ea92af41b993c1d85eb784 0.35 MB 443 19
301,982 301,982 000000000000000020f0a40488572a575d5e130ac745d88f4ea317b5dafaf3fe 0.35 MB 1,004 45
301,981 301,981 000000000000000057b0f01df3a6a382d9208e68b62589c91918a80c7f7691c7 0.06 MB 45 5
301,980 301,980 00000000000000006c8079524fea35ba0e9632c0e6632a8cb7f603eea15e2271 0.40 MB 555 24
301,979 301,979 0000000000000000254247073b12f9fba87f73c10250c4ed8701f081677bb01b 0.35 MB 845 34
301,978 301,978 00000000000000005724c2a473aa6a97e443258e82dd3d981b8276de03051a8c 0.33 MB 596 29
301,977 301,977 0000000000000000224e1be725625c2abbad040600d9ad66b18150ab4ed0a036 0.22 MB 224 18
301,976 301,976 000000000000000021351598a77cb244ce4c7ee1802bd0ceaca26c26815e42e9 0.25 MB 612 47
301,975 301,975 00000000000000004ecd90c0fe0443e81f1afebc52eabf90aa9861636b7261f3 0.04 MB 41 9
301,974 301,974 000000000000000046d25d8c270572dc5e992c13a896051a0cf8987fe4e73f45 0.09 MB 177 26
301,973 301,973 0000000000000000281f46bc75879305b85f1061bbe26fa768aebbc056a4808d 0.37 MB 513 27
301,972 301,972 0000000000000000160707eef969b61d9a2f0aaa7bffcc1380ed629fe860e3fe 0.50 MB 896 30
301,971 301,971 00000000000000002463179521fa774f9e89c11cf6ab2ab822bf7c77f5e2af31 0.50 MB 1,096 36
301,970 301,970 00000000000000000758a3d88c5ba13de875e0fcfc3b8669d3625d2284af6295 0.20 MB 267 20
301,969 301,969 00000000000000000462debacdcd6b832a3aa8ca7ff21ac1d84ab53ef589de4c 0.35 MB 634 32
301,968 301,968 00000000000000005cb86f0cd2a46c798e49fa5ca107a0aad16ccbb7eac9fa3a 0.34 MB 530 27
301,967 301,967 00000000000000001f8943a4f316b32517356ae3ea425beeab91c838e7bb6a02 0.07 MB 149 30
301,966 301,966 0000000000000000343596782ab0b824b23d1fb6a69828ebb4e8c3a76720a98f 0.21 MB 385 31
301,965 301,965 000000000000000075149cb02b3b87112a6585b633f068f211afa9cbd54b6d87 0.27 MB 586 33
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.87 GB sent, 93.09 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.