Memory Pool Memory Pool Refreshing

5,077 transactions
2.36 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (7,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,740 899,740 00000000000000000001d776a695273d096153244a571185e44bd44d2aa5f67d 2.35 MB 1,999 2
899,739 899,739 0000000000000000000152adb489d8dae300bef81b0209fd43a2a259badda48d 2.59 MB 2,286 2
899,738 899,738 000000000000000000008c8b8f7f6d29ee5b5ca47a0522b08941988bb2ff53ff 2.09 MB 2,883 2
899,737 899,737 000000000000000000005f1778d6af39ce680490e1ff37d5598e5eb8fff5ba87 2.91 MB 1,353 1
899,736 899,736 00000000000000000000b9ec81d90afc393f821c04aaf0bd1a2df93c8c560a35 0.03 MB 95 3
899,735 899,735 00000000000000000001ee12f91a4551705953a3d79ac6ede6bf502f2444a881 1.99 MB 1,138 2
899,734 899,734 0000000000000000000035d2c641074149886696e591304eae3f2d2333a5dd90 0.51 MB 1,172 2
899,733 899,733 00000000000000000000f96158834685df61f1172963c0dbc63b7dc7952b280a 1.83 MB 2,547 2
899,732 899,732 000000000000000000011ac098f9d5768088492063a0a0cf7d1817d39984f05a 1.74 MB 2,797 2
899,731 899,731 000000000000000000022c78d50ff9244551301464dff70a450a3ff6f40ae845 1.93 MB 2,202 2
899,730 899,730 000000000000000000004278e22639634d8f3d5befe3fb9f8dfa166faf12cc26 1.73 MB 2,628 4
899,729 899,729 0000000000000000000004dfc5c8492d46a7a3bb58fe1e57f8f138bb8eee729f 3.00 MB 1,286 1
899,728 899,728 00000000000000000001f374958885cf9ef107c5e7377d8bb434ccea55dcef2f 3.89 MB 101 0
899,727 899,727 000000000000000000018696f8424e3856fc5a0c329818623b075ac469413168 2.27 MB 2,184 2
899,726 899,726 000000000000000000021961b5fb3b295482a363731fd2e6e159fe5d0832b545 2.05 MB 1,685 1
899,725 899,725 0000000000000000000148364ce7dcde8caef268f10439b75b4d2eddd7a50dd8 1.48 MB 2,092 1
899,724 899,724 000000000000000000010d25c535f487edea60d3088b0166a627d6e85c3d2d05 1.40 MB 2,074 3
899,723 899,723 0000000000000000000144cb83e7aa6e4c0a8e57b31da270dc819e530e1608ec 1.24 MB 3,147 2
899,722 899,722 00000000000000000000a4590e5cf05c0016eff6c2f4d4bd66412806c5d34b36 2.39 MB 1,830 6
899,721 899,721 00000000000000000000a8fd399ed4f5239ae1b0e7baba1b4d03d5cb02676e53 1.62 MB 3,518 3
899,720 899,720 0000000000000000000199805dd40bf9703e5881e3ef863af766c2cf76cd793a 1.54 MB 3,809 6
Previous 10 blocks ↓
Total Size: 769.05 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,627.54 GB sent, 93.13 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.