Memory Pool Memory Pool Refreshing

4,209 transactions
3.59 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
901,051 0000000000000000000237740000000000000000000000000000000000000000 1.00 vMB 1,819 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,050 (12,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
888,933 888,933 000000000000000000002c57a9a9451716fcfce455570d81a5371023e82a05c3 1.72 MB 4,623 8
888,932 888,932 0000000000000000000228efb930b52d794fd255f6c4c799874c51f811d000e8 1.81 MB 5,071 6
888,931 888,931 0000000000000000000201c4647422144894403cf5d25b3904fa3ebd02cd57dc 1.77 MB 4,723 6
888,930 888,930 000000000000000000001a9b7462f354fb5f4ceb8ce7d5feac1cd58e3e90a49a 1.83 MB 4,996 6
888,929 888,929 00000000000000000000596c81d542c0b2224351f24f80ac683540e7c8abd054 1.71 MB 4,574 7
888,928 888,928 00000000000000000001dab4f4a957e21032a5303d80fa1acd734fb72e8d15b3 1.74 MB 4,744 5
888,927 888,927 0000000000000000000174818a7751456c08507ba5754299dc75e8052b64c44c 1.73 MB 4,570 3
888,926 888,926 0000000000000000000216fb86ac74290da0f61252b5801c89239b043ef9b225 1.73 MB 4,400 3
888,925 888,925 00000000000000000000d2b72abd80bab0049c87ec234b4e080162b2e0c29113 1.77 MB 4,485 2
888,924 888,924 000000000000000000025a9a6981feb38c1d11f2eb8c1d9f4b7226a893a80bcb 1.65 MB 4,268 3
888,923 888,923 000000000000000000015333ee8f5376e2f8c4907e63956d3131bab6d3c981f8 1.50 MB 763 1
888,922 888,922 00000000000000000001de5eec78fa38ab1e8537c8bdd6376a62d6d47f9536fd 1.35 MB 1,971 1
888,921 888,921 00000000000000000000e9414c3eb93b543a00e8a54b654d68dc4d60a92d761c 1.54 MB 3,126 2
888,920 888,920 000000000000000000006d42a6a0306f1c018b11f709d76333588d511fad5b51 1.70 MB 3,202 3
888,919 888,919 000000000000000000019c0d629813522259672e60f45d68d8bf990a588b5b62 1.48 MB 3,160 3
888,918 888,918 00000000000000000001955b97a1a79f9a083d1da288f6bf51a7bdc80a5d21c8 1.60 MB 3,049 1
888,917 888,917 0000000000000000000006aa531463e0c21fd80455b37b2f132a87187d05950e 1.60 MB 3,855 2
888,916 888,916 00000000000000000002128c4cfb6f00d8ac486a7fa41f9b6721db3775b8b657 1.57 MB 3,789 6
888,915 888,915 000000000000000000001b4e4c1f4b5dc0df4a665708ae8b475deb437852f9ec 1.38 MB 2,232 1
888,914 888,914 0000000000000000000124e7126817e19ada1ee26621e5f4a3633f46b016acfa 1.67 MB 3,310 4
888,913 888,913 00000000000000000001c9d867d41b2ce886561997753ff0e60729394e03f5f1 1.66 MB 3,300 4
Previous 10 blocks ↓
Total Size: 757.68 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: 702.23 GB sent, 35.52 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.