Memory Pool Memory Pool Refreshing

3,103 transactions
0.91 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,636 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.91 vMB 3,101 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,635 (808,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,921 99,921 000000000001f29a7138e247441349476e5a370cb0b577ca44f3151328a7484c 0.00 MB 2 0
99,920 99,920 00000000000087a374a333248a369d352e34f7ce0bd1725d27d6c8019b934a32 0.00 MB 1 0
99,919 99,919 0000000000005115598e23c475e3b059700280c1a9e4a8f17969a2d93171c1cd 0.00 MB 1 0
99,918 99,918 00000000000045ca3404d1e9bc20a6ea551f92ed65887ed71cda82bfa7c7eb29 0.00 MB 3 0
99,917 99,917 0000000000012c6657a28331488b0e6418e0aaec8b11893f8579ed7f87c7519b 0.00 MB 2 0
99,916 99,916 00000000000211ca2f19b896c4a7b66b28f50fb9bbac14e86e0b07b439158a6c 0.00 MB 1 0
99,915 99,915 0000000000045f5ff903274898cc1bcd7946e8e35c263859c0f4106d708fa53e 0.00 MB 5 0
99,914 99,914 000000000002188b21a0a19551e200fb5ae29958e6ce9821ba7681f46d60922c 0.00 MB 3 0
99,913 99,913 000000000000a3c7b0ee95d066d4ce968ab4d829494dc65eafa91196ca0e8a61 0.00 MB 2 0
99,912 99,912 0000000000016b2eeb466ebef37f2f665aa7f2fd246adf456275ff7f1413cd62 0.00 MB 1 0
99,911 99,911 0000000000006e45d6f643cd9c6fb97410de6004c8c2960c4c9ec150e629feec 0.00 MB 2 885
99,910 99,910 0000000000002d97c2baea15dd942f76309cd97063b2d70ac2489fd5d99946f8 0.00 MB 8 0
99,909 99,909 0000000000030839d0076c2c7bd1ecfb708f7dcf0564340618a3df2e31a3905f 0.00 MB 2 0
99,908 99,908 000000000004610b097fbe42b77c0b190e143c87798a7c93e73a797457b34254 0.00 MB 12 326
99,907 99,907 0000000000042f9f6a89cdb82638843d49d7d255053fe678641fc48aeadc77af 0.00 MB 12 0
99,906 99,906 000000000003cb1c3d81af6b67eb27a034dd5194d3c50c1976f4e45f984444ae 0.00 MB 4 0
99,905 99,905 000000000002f05a5c89fcf2321f6885eb130f9c8a13aea76b34f6989eda6cbe 0.00 MB 10 0
99,904 99,904 00000000000206b06e1c588ccf8da578f4798596251d046074584ce9d377ab4b 0.00 MB 10 0
99,903 99,903 0000000000009ae2822dc35250e0cd1fb619a08eb08d10d02afdaebd5eaa3265 0.00 MB 12 0
99,902 99,902 00000000000118014fb7a2c198b6b21f3e3536e6c8c0cb967b00781417b03a3a 0.00 MB 13 0
99,901 99,901 000000000000655ccc8b2af70741c86690be257ae40881593a4f68c309ee85a9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.87 GB sent, 101.31 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.