Memory Pool Memory Pool Refreshing

4,212 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (461,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
446,018 446,018 000000000000000001b358dbc52659ea5199d2a215885d961f295bfc89d7d5e1 0.85 MB 1,738 66
446,017 446,017 000000000000000000d7539c1e0cee4d5ae10adaf3670d690655dd405d34134d 1.00 MB 1,381 34
446,016 446,016 0000000000000000036484c546b5d5973d19a54305b80ca5cafd5602ea458b9d 1.00 MB 2,380 72
446,015 446,015 00000000000000000173fba571dedcd433798913cc39c275a00907f986e68137 1.00 MB 2,102 107
446,014 446,014 000000000000000002f89b5e618769701b42d79e5c1b17fd51063761c5085669 0.50 MB 885 45
446,013 446,013 0000000000000000011cd835b7fefcfb78aba298136029add0ae198da7e5835f 1.00 MB 2,393 71
446,012 446,012 000000000000000001d0bbbae43b5e7502082fcf3b860c1c7ef035ee39c0f109 1.00 MB 2,800 86
446,011 446,011 0000000000000000019ed3cf74cc59e04ec3c5000d00a4825145d199533a2bfe 1.00 MB 726 24
446,010 446,010 000000000000000001ee9dfee75bf49bc095eca06cefd02095464529646bcb92 1.00 MB 1,246 35
446,009 446,009 00000000000000000100b44257a225f0beae60ce6e19b6570c6c4dea9bb5d587 1.00 MB 1,497 44
446,008 446,008 00000000000000000043eea0c6756b6bb1821d7f8436be33ff6c0cf17d225ebb 1.00 MB 1,988 54
446,007 446,007 0000000000000000020a42fef99f708a121b911577b2e67134dcd2ff55992643 1.00 MB 2,383 79
446,006 446,006 00000000000000000017fb293db9027536d789cb3c1c979b2403cc1c9571c881 0.41 MB 793 51
446,005 446,005 000000000000000002842a5d81682fea24c4802e5e76b34e940913714697ee40 1.00 MB 2,237 69
446,004 446,004 00000000000000000331aeec417b1b6e9e1a370263ac4af375801d00d2af99fa 1.00 MB 1,873 65
446,003 446,003 000000000000000001b757f8e9f1d900c47bedb1175ffe8ff6ea5669cb6305b9 1.00 MB 2,334 84
446,002 446,002 0000000000000000006153d38463d25709440c3e96563113fbdecdcdf3ae8d50 1.00 MB 2,771 85
446,001 446,001 000000000000000000cc4dcf5a988834f35eae21a395285fc3f0992cae7b65cb 1.00 MB 1,286 62
446,000 446,000 00000000000000000269904bb4a22d6a04a83e8d93d9ef7fab0125bfdb691e58 1.00 MB 1,699 59
445,999 445,999 0000000000000000001a047179b9a8459a3c4b498a5d2bc0103c6be8dfbf167d 1.00 MB 2,736 87
445,998 445,998 0000000000000000031ff185977be131779b8c74459d4df6c9490555a38c613f 1.00 MB 1,098 36
Previous 10 blocks ↓
Total Size: 769.01 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,617.23 GB sent, 92.87 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.