Memory Pool Memory Pool Refreshing

4,639 transactions
1.71 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (12,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,828 895,828 0000000000000000000059d2afd64be1c698c096bd9015c47552570ce6490c4d 1.72 MB 2,614 2
895,827 895,827 000000000000000000016b0803eb331fdf7cb473a90b4cfae0a9bb537c746a7c 1.73 MB 4,522 4
895,826 895,826 00000000000000000001f6c17a7825518cc86a931e4255666bf6bbc85afb4a99 1.74 MB 4,342 5
895,825 895,825 0000000000000000000058d895ad73673159ffd7fb42688d405cdd0f5daf2548 1.75 MB 3,382 3
895,824 895,824 000000000000000000012aaa94ad4176b17d44d254c42bcd23c3a8be16fb45d1 1.38 MB 1,721 3
895,823 895,823 00000000000000000000e32aae44e994aa4a2339a51f3e5076cb3aaf1c675838 1.67 MB 3,789 4
895,822 895,822 00000000000000000001fae7e8f2694fca06ef269c8d741550db6f6ab13e26d1 1.65 MB 3,770 5
895,821 895,821 000000000000000000011b069f711488554420e5d8b7ff62e2fdc08a5cb26a93 2.75 MB 1,230 1
895,820 895,820 00000000000000000000327b024553ce7abc867bd04b9d00ccb99095770a4c69 3.36 MB 863 1
895,819 895,819 0000000000000000000098e98eb4ebc2a46e0eb00b3bf69c521f4316d22544b2 1.73 MB 1,784 2
895,818 895,818 00000000000000000001a57466f44b82398523e6fd38ba4358fb2a3b441cc818 1.69 MB 2,087 3
895,817 895,817 000000000000000000009ca6a740274dcd251ff790da67c23831929dc413b63a 1.67 MB 2,212 2
895,816 895,816 000000000000000000009364ac2f0d48a6fd3e255fda010a9f6ea8ee1acc07b0 1.33 MB 1,938 2
895,815 895,815 0000000000000000000221e6f18e0b82f1676d5047764767ad09e812ec0ae767 1.41 MB 1,406 3
895,814 895,814 000000000000000000013cc4857a4f1d3eb2d708eaf36669e854195cd2ad6792 1.32 MB 2,218 5
895,813 895,813 00000000000000000001467f39e35a78105a452450832a50db2ad15f3ca71173 1.93 MB 2,558 2
895,812 895,812 00000000000000000001e851524b5d78791b71f24e9f39898244e7ca685359f2 1.99 MB 1,137 1
895,811 895,811 000000000000000000001beccd6f596027b1c74399b53e1f77ee30e2df3d32c4 2.01 MB 1,150 1
895,810 895,810 0000000000000000000152d74bb410aa097e8344c9e705c8c6147e4778058c30 1.79 MB 2,144 1
895,809 895,809 000000000000000000002355ea239172efd7d0aca37beea4bdc00a0223e1807d 1.61 MB 2,930 4
895,808 895,808 0000000000000000000130ba2c21a2bcf73baa625bc8c553fdf260fecdcfbcd7 1.37 MB 1,777 2
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.