Memory Pool Memory Pool Refreshing

2,283 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,450 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.60 vMB 2,276 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (889,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,844 18,844 0000000051c5889ac8067f60e0d3e3f8c42cdfaf8ea53cc6c9fa463b33a3d72d 0.00 MB 1 0
18,843 18,843 000000009267aa081d72b2f5c5f4a6b74c08a6d124a36e2d2847db9f1abda059 0.00 MB 1 0
18,842 18,842 0000000092c4095f2d527b8845541893db63144025fd55395ff192532ed6bfed 0.00 MB 1 0
18,841 18,841 0000000085a12f540041700780671c003eab4d4d1f55973c4117494e93abd51e 0.00 MB 1 0
18,840 18,840 000000008ade4a5f767a962b5342469a7808dbdaebe188ec6f3ab0000326ef93 0.00 MB 1 0
18,839 18,839 00000000a5a50a535e04b227bb5ccb6f5ca6736a9f41aec1a2a8dfd23f4ef7eb 0.00 MB 1 0
18,838 18,838 0000000033398e2ec7acca47a8d69fee4de8c9f15ca65eee232e37dab6d9550a 0.00 MB 1 0
18,837 18,837 000000006acbc73e33e0721c5d70a887f58b3b76410c0c559709b85a0879bdd6 0.00 MB 1 0
18,836 18,836 00000000e38758fbf4f5717c9d6a21fdc50179e643539769bb592fddd6b2d477 0.00 MB 1 0
18,835 18,835 0000000015ba1eb56faeca96a3281a39dd5884be9ab404e3d47d870dc691848f 0.00 MB 1 0
18,834 18,834 00000000f3d1b124857d10a6509add8116af3a9bc3d81d77d36196bde8fc3b64 0.00 MB 1 0
18,833 18,833 00000000726c39569227cebe74e41b8c002fb0dcfb756e0e9ef856ac1148414e 0.00 MB 1 0
18,832 18,832 0000000042d9f7628fa87d378da1974b5d41806cac5ecd81e09d3b2e0f2bff06 0.00 MB 1 0
18,831 18,831 000000009a7113052500680f82747ac82955e26262ce62a24396f1f187014272 0.00 MB 1 0
18,830 18,830 00000000dde474263ca5af17d06141311e45b550b3889e85be82ab632e7ba8b0 0.00 MB 1 0
18,829 18,829 000000003865c7c333bbddc059f565aed4c8c72826018de4c0f2504d9456203b 0.00 MB 1 0
18,828 18,828 000000003ad1a9d2abbfc0af655af65f0623ccc33e925b97003a31230949db96 0.00 MB 1 0
18,827 18,827 0000000095d281166f1cbf80d64500e7498ed0521eaeadc261f6bba4f08796ef 0.00 MB 1 0
18,826 18,826 00000000243bb9fd0f47c69e891746e1f023d9e740d5c06531d4e5008f4b7984 0.00 MB 1 0
18,825 18,825 00000000208b171aa8fbbd302162d0568af6c7fa5b73b9af85a31fb0c94f1e8b 0.00 MB 1 0
18,824 18,824 000000001ec016b8a11bf0280d2b21741d812080fb967747700030824c7d2ece 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.97 GB sent, 99.74 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.