Memory Pool Memory Pool Refreshing

13,999 transactions
17.21 vMB
Show Random Selection Loading Transactions
Max Size: 77/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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
896,982 000000000000000000025ced0000000000000000000000000000000000000000 1.00 vMB 3,472 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 896,981 (4,790 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,191 892,191 00000000000000000001b3d98478b2b4d1d8db3cd8c0474a1db324bcd6503c15 0.69 MB 1,529 3
892,190 892,190 00000000000000000000f13503a18ac07679dfb88aca7f541291f2bc6caa17a2 0.07 MB 149 7
892,189 892,189 0000000000000000000134ba325b853f1ff82e8691ce6486fc67234890093e9b 0.16 MB 376 5
892,188 892,188 0000000000000000000221433d931b09e5756a510ea994f5d9c2a4e6c3d03f9a 0.25 MB 506 5
892,187 892,187 00000000000000000001e116285449215d252d15830f9ad0c80caaccaf469f3d 0.23 MB 506 4
892,186 892,186 0000000000000000000153170b3568057693e29aef0ac157fa97ca0682240a3b 1.92 MB 2,376 2
892,185 892,185 00000000000000000001363681b8812ed5afc63cf0a05b318a5e273e6f88987f 1.95 MB 2,788 6
892,184 892,184 0000000000000000000099c3db1d7fc3698adf2635aefc704922a3675af3e9ce 1.85 MB 2,764 6
892,183 892,183 000000000000000000017644f80a7cd4ab37cd996735e365b27371f5c802769c 1.98 MB 2,419 3
892,182 892,182 0000000000000000000217159ab8e9b36434987db67bf6ceba51a622a559117c 1.64 MB 2,859 2
892,181 892,181 00000000000000000000ab9bd01c92b2973b83cc20f4fdfd8638977b88e3d0f4 1.75 MB 4,199 2
892,180 892,180 0000000000000000000159c0ddf14000478adae16ca529e307bee4ccf73cfcec 1.74 MB 4,065 7
892,179 892,179 00000000000000000001d5c88cf7663db8cdbfd996115cc45bbe333a6d878b6e 1.76 MB 3,665 12
892,178 892,178 00000000000000000001e781b7302ecbd0d13408a177a112765728dba9dd182e 1.80 MB 4,559 2
892,177 892,177 00000000000000000000c3570fa08641a4f5ae3bede1cab97d366e00527d827f 1.81 MB 4,548 5
892,176 892,176 00000000000000000001a1b7ba0d3619633a0b7f2c09dc56e1d6b5b6041a121b 1.86 MB 3,893 16
892,175 892,175 000000000000000000003a4211e69fea7474b46494fdf11695c2f5abc88d11a0 1.86 MB 3,258 13
892,174 892,174 00000000000000000000c45e16377ac08f5d06f6a523d892bfb222f51d171ae7 1.78 MB 3,041 2
892,173 892,173 000000000000000000015c486a260a3f80b7eabb99cceec9c1b19192495c6a4b 2.27 MB 2,224 2
892,172 892,172 00000000000000000001fd36bc514cad195e90cc0fa2744b76cec64aa14bbe2a 2.11 MB 3,451 1
892,171 892,171 0000000000000000000214f029bc68460e4f8b57256659752abbfba726a64ff8 1.52 MB 2,268 2
Previous 10 blocks ↓
Total Size: 750.63 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: 177.30 GB sent, 4.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.