Memory Pool Memory Pool Refreshing

6,217 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,816 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (191,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
716,608 716,608 00000000000000000000bb3583fa3d8d9fd6332364ca62fefbcd56d1d7912a64 0.54 MB 973 19
716,607 716,607 00000000000000000000827b0c8805e164da3e3061fff16c020209b7d5569060 0.00 MB 5 54
716,606 716,606 00000000000000000005bd3c5d5c6da98d2d4a12460bfe8e2da6c1cc0ad090ce 0.05 MB 123 29
716,605 716,605 0000000000000000000aa5bba90cc9c90a6a18b8a2160c6d2c0d5045c981b21a 0.28 MB 674 27
716,604 716,604 000000000000000000090759121a6def30d18f2ccaad989877e34655a6013325 0.74 MB 997 19
716,603 716,603 000000000000000000072ba79db2b57c4efa08f11f1d8fbc306280d0ec70656e 0.42 MB 851 17
716,602 716,602 00000000000000000003e9f054f5c6f3f71e11b790fe1cfa26fb91a4b6b254b3 0.21 MB 448 18
716,601 716,601 000000000000000000020f5e0c167fa9d817a16cb6c334e41b223982a6c745ce 0.87 MB 1,135 13
716,600 716,600 00000000000000000001fa03c2ad182a401c03c42f3e529fb4f66c867824c0bf 1.50 MB 1,466 16
716,599 716,599 0000000000000000000288bb2cdbd907a32fdff4b8d9dbc154204acc347fedec 1.43 MB 962 12
716,598 716,598 00000000000000000000663310574194d510289c27dc81350f7ca190809d3608 0.53 MB 902 11
716,597 716,597 0000000000000000000b0b1185a3c449d1aa4b40e55dca709c3bbb4dea7304b9 0.24 MB 474 13
716,596 716,596 0000000000000000000a2d7dc3cacaa441d89dc347629cea52ee2116e60ddb91 1.55 MB 2,529 12
716,595 716,595 00000000000000000006372023ca771841c9643843a0be1d3bc5c36abef78c8a 0.14 MB 160 14
716,594 716,594 00000000000000000001997848811fe4b6611233d90455937938df68f0129e24 0.30 MB 440 12
716,593 716,593 0000000000000000000929e5622465b24a3821a5938e20b68c8fecab15ccb61c 0.30 MB 578 11
716,592 716,592 000000000000000000081c7cef1e84a4221a86ba07a666efeb625eae546669c6 0.70 MB 927 10
716,591 716,591 000000000000000000063f542b9dfcb8ff24f3fd591b595b649241be58337b86 1.51 MB 2,509 14
716,590 716,590 00000000000000000009fc4b4e5cd78c987bb83b36d18801ac47217ade24dfc2 0.45 MB 872 13
716,589 716,589 000000000000000000001272d820ee0a9fc934b5465452f855812575f2c8109c 1.08 MB 2,028 12
716,588 716,588 0000000000000000000b572c472caa43f699c0ee783862ba893facd3a80c525c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.21 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.37 GB sent, 93.99 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.