Memory Pool Memory Pool Refreshing

3,218 transactions
2.47 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
1 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,245 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (636,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
270,943 270,943 0000000000000002b99c1d40438b2b4963d65e6cc8db5bde5383853c77278b33 0.43 MB 732 53
270,942 270,942 00000000000000057b9f6f69a77014e17f39511c2512a59c0aa809f22fe8620b 0.50 MB 1,235 69
270,941 270,941 0000000000000003eb1a369b56358ea90920a009a6c7459a8e13e942116daf37 0.25 MB 457 111
270,940 270,940 00000000000000004aa50923e171b1e3019e5dda397b8f91380756bd7a64880c 0.50 MB 913 56
270,939 270,939 0000000000000003af7f460b94794ce2a784f723966dea113cfcf1ee3567b8b8 0.25 MB 300 26
270,938 270,938 00000000000000014da7ef9bd65a9c1fa037262fbe6de5dc9008237039b863d2 0.25 MB 385 22
270,937 270,937 0000000000000002ed521a9d5f435d196b3a3edbdcff24dff901b5475f300152 0.35 MB 568 12
270,936 270,936 0000000000000003cc4f5ac6d8b3128bc9b058e855a1b025c456d076b5290644 0.50 MB 1,136 34
270,935 270,935 00000000000000069d9dff9ada6240fe86343d12c11782bfee716c452591437c 0.25 MB 578 128
270,934 270,934 000000000000000317e6412ee8374e76165fe922c89882ebeb27dea99d6a9152 0.25 MB 716 90
270,933 270,933 00000000000000003003c92f08bb2c4fddb5f8d593ee02d469cee60998cd7d19 0.25 MB 692 50
270,932 270,932 00000000000000017edac06770a2d4450cd6857944eb307c2651c1a7ba4d01ca 0.50 MB 1,480 114
270,931 270,931 00000000000000044643662b40a67ede81a25f5a2e4c2c3acac41071e4867225 0.01 MB 22 35
270,930 270,930 0000000000000003a4e2c776c90656e46be2feb8a83470c574f6a7cafe1e2762 0.24 MB 461 50
270,929 270,929 000000000000000060cd556271846419457532344e0446b1ca7bd312617b3315 0.25 MB 677 72
270,928 270,928 0000000000000004719ae0edc95b0732311e02a4d7f8cf2d87d07ee97cd652ff 0.18 MB 195 25
270,927 270,927 000000000000000631814154862b391923dcec624d8cede72ddab08c3ccc216c 0.25 MB 507 96
270,926 270,926 00000000000000066214acfc81ddb69351c13cc9b1872734068d22a17be444a4 0.12 MB 391 3
270,925 270,925 0000000000000000cfee160ba3f7d2ca02c3a3e6cbc7d5a3b97d29ead2d241d3 0.13 MB 310 76
270,924 270,924 000000000000000030ec0d090516d7cead3221d0cb2bac75c8d9411e845e2b47 0.18 MB 534 62
270,923 270,923 000000000000000031d045e877ba210df979a4724cca76129c0077bca86e57d3 0.07 MB 273 35
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.