Memory Pool Memory Pool Refreshing

4,341 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,820 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (415,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
491,934 491,934 0000000000000000001c67070cb3417b8fff0cfd4fed3422e8a53ae8a7f2b75e 1.06 MB 2,795 161
491,933 491,933 000000000000000000a13f54a9172ac7621b32c1d1ffe1f0e46993d3df156cc9 1.00 MB 2,208 137
491,932 491,932 000000000000000000382507308797b06ae41b62ecbf70c864c00046ba38f2ba 1.09 MB 2,126 139
491,931 491,931 0000000000000000009e045d2fc92188d623ebe8ef7713992016e60026e0b026 1.00 MB 2,493 152
491,930 491,930 000000000000000000719106d55fea7af59d31cacef736e88b088cb9c583780a 1.04 MB 2,312 174
491,929 491,929 0000000000000000004efa48740137fa05818d36bec224f09233e0b6f87623d8 1.08 MB 2,491 135
491,928 491,928 000000000000000000585692fd3f5a85c5d2caaacbc287f5644a94e624cfc3a7 1.07 MB 2,203 183
491,927 491,927 00000000000000000098f32e1a2d90e57d4ad51b819b9aad809b675a75e56807 1.04 MB 2,026 143
491,926 491,926 000000000000000000b8e13c5a710706b44b457d73944eee6c43fe391f0d03fe 1.14 MB 2,360 155
491,925 491,925 000000000000000000743e364283db16c5bcee4e7476fe9ad25246008c3073f3 1.04 MB 2,747 172
491,924 491,924 00000000000000000044f756885df168fe70479262933c6afe9d6f7d8576918a 1.02 MB 2,066 130
491,923 491,923 000000000000000000a68275ce0de0a63a6548f987a065d1511fe3dd0e6c33fc 1.02 MB 2,476 195
491,922 491,922 00000000000000000062b05418442ae1e504c78e08f2f1e42656a0d43e911d93 1.07 MB 2,333 81
491,921 491,921 000000000000000000a3fe27a666f13f9cced3ff4e7bb63c9442dfc62ffc8a35 1.09 MB 2,541 98
491,920 491,920 000000000000000000051119b49270b9a0b15b2420399d663cf88b844ddc2ce1 1.05 MB 1,991 120
491,919 491,919 0000000000000000009e54f69a1385628afdc9025d5794236e32f88698db6a2f 1.02 MB 2,902 170
491,918 491,918 0000000000000000002ae643a8888d681f7fc719e11fad575c76356424b9e08a 1.03 MB 2,298 128
491,917 491,917 0000000000000000003ec8edbf1dbea187abc6b5940307c9142ac8a8cedf82be 1.03 MB 2,042 92
491,916 491,916 00000000000000000027f5a5ce64bb15e8a135f059f56cc9b4160c9796ce971a 1.05 MB 2,613 100
491,915 491,915 0000000000000000005476d61a6270947ca475a61cd5f92b2ff7cfa1b0e9a85b 1.00 MB 1,989 102
491,914 491,914 000000000000000000a46bebb0414afc16a40eab703df5cbb3f39fe39d1bd4c1 1.00 MB 2,167 123
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.