Memory Pool Memory Pool Refreshing

17,928 transactions
5.79 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,488 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (397,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
509,876 509,876 0000000000000000003a7cb233fc6a75f7a6998dea0301fd3b735beb563e3dec 1.03 MB 1,267 34
509,875 509,875 00000000000000000004588ee063bc28baa84c7f0c53e276c8d1c600452a70fb 1.03 MB 951 23
509,874 509,874 00000000000000000055cfab324ed0caf1f1c9fb0166b0605abdb4fdf6f704ec 1.02 MB 434 11
509,873 509,873 00000000000000000013d771f1c4a33a700c3be75fa1cdb4ac628169456c40f8 1.03 MB 474 8
509,872 509,872 00000000000000000035f64b2a922d33852ce5a28f81b67b8bcc5a27ff0677ab 1.08 MB 2,061 64
509,871 509,871 0000000000000000003f7734a896303bfbcbbee1151a35c31fde76ee7fa5bc9a 1.01 MB 380 9
509,870 509,870 0000000000000000004d3c47a1ccf9744ca0c9bfa655e4d2e2c663402519b3c4 1.03 MB 832 27
509,869 509,869 00000000000000000004a86fd5c3918f3894b1a4f31390e2b91df6176b48bf6a 1.02 MB 684 18
509,868 509,868 0000000000000000002a9a94f4c4dd2304a50ffbc17f85ee19aed4808beeb3af 1.04 MB 1,335 42
509,867 509,867 0000000000000000000844fb163858b2fc141c77396dd61699096a5796e54728 1.00 MB 99 3
509,866 509,866 00000000000000000046ee57fd85c9d1a3a3e4bb6193d603dd90ca4d227612e8 1.05 MB 1,556 54
509,865 509,865 000000000000000000548d8fafde0a7eceffb3d8fdf359ca8208cc9d7a48182e 1.02 MB 677 17
509,864 509,864 00000000000000000005cdd0239fc679779d518ecd01b4052fbfb442cc5c25ca 1.01 MB 508 10
509,863 509,863 0000000000000000004fe5e6b8c8b4473694d47248cfd36823a2c38d584813c5 1.05 MB 1,301 40
509,862 509,862 0000000000000000005a479aaf7d95504640699b17365b100915daa4a27f88d9 1.04 MB 1,447 38
509,861 509,861 0000000000000000000c8f009a6efc1c34d9df14bba34b16a8e866131da988b2 1.00 MB 205 4
509,860 509,860 0000000000000000005afca8081c9d13b5a0a3a20bac8200e919c8ae9da30e6c 1.00 MB 194 6
509,859 509,859 00000000000000000055f65c868d6adbd6fb849d7852f6330bcafd789f9ff57a 1.02 MB 827 25
509,858 509,858 0000000000000000004493e783c6fe6697d26c51defc987b1e52f698367329ed 1.01 MB 511 15
509,857 509,857 0000000000000000002e62cd6c4ab5b4062abe7618effa4af443f031f667de1c 1.00 MB 185 3
509,856 509,856 00000000000000000041e0420709c77a028a135be896976d528e78466f74f705 1.02 MB 512 17
Previous 10 blocks ↓
Total Size: 769.02 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,624.26 GB sent, 92.99 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.