Memory Pool Memory Pool Refreshing

6,783 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,694 (758,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,856 148,856 00000000000006eed4576f61dbf2c98e482be3c7e3f86d08c8499e07b59a7d76 0.01 MB 15 68
148,855 148,855 00000000000000291fa45f620168b7e15b460a1a83be832e676e5a5f3d706d68 0.03 MB 50 441
148,854 148,854 000000000000041c3189562c016ae76ad49757cd6bfd0f95dbde83f4383684ae 0.00 MB 4 194
148,853 148,853 0000000000000621359722e1f74276a2ed8e0a76e5fb0969e43be0b8b02be6c6 0.01 MB 11 46
148,852 148,852 00000000000003deb6525f6802171061c34d3a50c1aa5b44a1a80ea5af040deb 0.01 MB 16 183
148,851 148,851 000000000000058ae35f387146a4b923964baeda3ff592cc4b225a9b87c78c5c 0.05 MB 126 8
148,850 148,850 00000000000006c99a4e2eb59b20c022784194679c587a64edcc28f7ad9b5431 0.00 MB 7 29
148,849 148,849 0000000000000169f979c967e55848b1de1201c802133eab26a3f80940797b68 0.00 MB 12 156
148,848 148,848 000000000000094953c913d9990fb826301f27300fc847aea45840ae7b3f06bc 0.04 MB 88 140
148,847 148,847 00000000000000a906fd5232e8d43a2f500f15982b70b130f32da5153facd5d4 0.03 MB 73 203
148,846 148,846 00000000000009cadd39d549b01a56e8826cb797386576fe4b1d566dd2726468 0.05 MB 144 399
148,845 148,845 00000000000002ffb92eb4ee8c9d917d887192b67e0cbe8af618f3e1b8dc2d4b 0.02 MB 31 75
148,844 148,844 0000000000000562adeff68ed050ff96c47e84070017f25836756c3c63b3c9df 0.01 MB 11 17
148,843 148,843 0000000000000329bf96863c860559b7d52f07ddbf4c42ab1e1a841331ffea4c 0.01 MB 26 47
148,842 148,842 00000000000001d47847e580b8ff2d2a6ef88710e34468adc874189e745bbc55 0.02 MB 40 99
148,841 148,841 0000000000000463ffcef28f2f4f645cd98c930075357b156edbdbaaad2dd67d 0.03 MB 65 136
148,840 148,840 0000000000000759b565d88bd6344e03730f7c1b52d4950e88427e41d99f9076 0.01 MB 19 83
148,839 148,839 0000000000000366003b1c9789459a017eb5e13fda50c749ad6382259225220e 0.03 MB 73 83
148,838 148,838 0000000000000110224522d6f13852ef4fe2edb31c876c6b9e629cc851a80248 0.04 MB 86 65
148,837 148,837 0000000000000888a6090c0db7db4a7410e0f7b35ab0869e5aa2252e7131f848 0.00 MB 9 433
148,836 148,836 00000000000002a4b2809de1d1a398dafaba198beb29db0015d2a39980ca80d2 0.02 MB 67 37
Previous 10 blocks ↓
Total Size: 768.97 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,615.70 GB sent, 92.68 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.