Memory Pool Memory Pool Refreshing

246 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 244 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (625,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
281,844 281,844 00000000000000011047e3f6ae82af062f83c119b5628bef72800a489a151494 0.10 MB 63 11
281,843 281,843 000000000000000217b11377fd0ad8c615a1073dd4ca91a6e855572ecef593cd 0.25 MB 668 57
281,842 281,842 0000000000000000d02c13acd52b5089fd461e8a8905a549c061dc0ed8f72624 0.05 MB 67 44
281,841 281,841 0000000000000001471ad3df12d2f6bde29910bf092481a3e6398d8c05213eba 0.03 MB 65 47
281,840 281,840 0000000000000001e37f60790eaa348633d91ea9411f9a79b66f836893dc24f0 0.08 MB 150 32
281,839 281,839 00000000000000009c45e798d4eab8b4e6589082559e753ec99a9f0ed140e91b 0.03 MB 69 44
281,838 281,838 000000000000000002290f7ab0f0c3f7a5ac36a063ac3dc83b0f7b871c316c01 0.09 MB 215 47
281,837 281,837 00000000000000002cfd3adaf22f9c285438184aa47285e35910b019cbc5c8ac 0.15 MB 350 40
281,836 281,836 000000000000000041fa5cdd13f45874864cd1784704df38b88b1dc01d355e1e 0.00 MB 1 0
281,835 281,835 0000000000000001d3fc6b7b18675a9139d95185b56befeed633499ac391d2cb 0.10 MB 192 38
281,834 281,834 0000000000000000722198d5e7faec19e2af5f22fb34ae6e1b357b4f83560a16 0.05 MB 44 18
281,833 281,833 0000000000000001263e301e714c54eec27a53934b4bb0609433f4258a3406d4 0.25 MB 547 89
281,832 281,832 00000000000000009ea68a8a372b8836bdcd5ed149b387943da0b004b6bc091d 0.35 MB 572 18
281,831 281,831 0000000000000001b8531b18eda3a9087de583460a7a19f1641404fcc58577c9 0.02 MB 46 33
281,830 281,830 0000000000000001b4cd6cc7f26da854d92d724b6115f7fd6574a4c2b86b119b 0.10 MB 90 13
281,829 281,829 00000000000000009e0a8bbde68411b56b76bf725d5581afb8b968951f87a209 0.06 MB 118 82
281,828 281,828 0000000000000001f370d9faed17ed3277427ff005607fd1c68e9c453de6d8ed 0.57 MB 532 23
281,827 281,827 000000000000000201fd8006132b9b4b240c9778b4c5d1dcc3fc474cc8d95221 0.25 MB 578 48
281,826 281,826 0000000000000000a94bc7172904aba7d112f0f08c62ccf791b0f2b99ac92344 0.25 MB 331 28
281,825 281,825 00000000000000005cbd42bece3797c41d0d3b3e9ace1fee3ea2af36097f2280 0.25 MB 679 35
281,824 281,824 0000000000000000003b68d2b980b486c4cf2741096ae393a6e4d918598b51c5 0.05 MB 142 193
Previous 10 blocks ↓
Total Size: 769.11 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,629.32 GB sent, 93.42 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.