Memory Pool Memory Pool Refreshing

898 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,007 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 876 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,006 (2,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,259 905,259 00000000000000000001d6b62328f31df6427d113967ed1312ee6cddb799c2f6 1.52 MB 2,600 3
905,258 905,258 00000000000000000000e0ac25313e77f7a2563c644de10821282ce711093d6c 1.55 MB 3,506 4
905,257 905,257 0000000000000000000213f9706ce2711da3386e126876ec774646527f0faf1a 1.55 MB 4,078 6
905,256 905,256 00000000000000000001354b67238f8cafe19a98c1f47494861f35fc7b01b689 1.49 MB 1,994 2
905,255 905,255 00000000000000000001a2c8d4f3bdd75c8aa6094ecc093554a6510a4f1faf47 1.36 MB 1,758 3
905,254 905,254 0000000000000000000193a8779fef205574c4380552c66e3f47af7474f13df7 1.73 MB 3,544 3
905,253 905,253 00000000000000000000028591dcf878ac5c0a4523d04978483dc627ae19dd31 1.62 MB 3,876 5
905,252 905,252 00000000000000000000add8cc25dd3cc5ddc0dc43da0a99d858945e6ef19339 1.59 MB 3,830 4
905,251 905,251 00000000000000000001d3cb6d260cc7ecea31d5bd5bfe0736f22e0b70dac5a9 1.54 MB 4,084 8
905,250 905,250 00000000000000000002399150660f24a0d6357eee2aabcdbae60aa8baa8289d 1.60 MB 3,148 5
905,249 905,249 00000000000000000001ddf1a97fc9f4570aa7000544948003c973ebc61fba45 1.65 MB 4,109 4
905,248 905,248 000000000000000000010ac77d5289c705af700a096be2b0a88b11a9b4d27509 1.63 MB 3,955 3
905,247 905,247 0000000000000000000124377aac7e43ca35a16e29a606bb3aef2900382add76 1.84 MB 3,451 2
905,246 905,246 00000000000000000001ba89672b03f82732d5be2369aaa3d54ed682f42261d1 1.69 MB 2,770 4
905,245 905,245 00000000000000000000543dfff7616ca863b60fa61ec78ed81c478ba0d4c2b4 1.76 MB 4,691 4
905,244 905,244 00000000000000000001d0429bf57019c8a97c1ad054d7844857ead596541acc 1.68 MB 3,891 5
905,243 905,243 00000000000000000001a10de1e482525b5c03f2d33b439931666dfbbc93addf 1.64 MB 4,462 5
905,242 905,242 0000000000000000000019e47ada2f2bc13ef685f90af925c6ff95e3f3eb6764 1.68 MB 4,567 5
905,241 905,241 0000000000000000000018cb8f770cb5fa393a37f705d854b8045571357826c5 1.59 MB 3,950 7
905,240 905,240 000000000000000000012e714bbbcf90a4f2674add3a50da31d755f0b79e057b 1.58 MB 4,031 7
905,239 905,239 00000000000000000001cc1192e32bbf07e2b404e8f6d916c5764d1714149f20 1.72 MB 4,485 4
Previous 10 blocks ↓
Total Size: 769.56 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,649.05 GB sent, 95.72 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.