Memory Pool Memory Pool Refreshing

19,761 transactions
6.33 vMB
Show Random Selection Loading Transactions
Max Size: 37/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,690 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (722,899 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,820 184,820 0000000000000230e5b6ef89c88674bd4dd59355dda0973f6a895cc563a23711 0.17 MB 421 148
184,819 184,819 0000000000000744bba2c7dcff307388de23e0f85437b46e448abd63d3f389d8 0.05 MB 148 277
184,818 184,818 00000000000000abfe2858911f5380c9f734fd733107fc5e90ae19a63f043a5e 0.20 MB 349 130
184,817 184,817 000000000000063c9acc532bff7f70247b5a9d65da9616ec8c9eea5583ed3808 0.38 MB 1,007 140
184,816 184,816 0000000000000279f16e9871c98f5ab3a11976dcefba1e6d014cdc1ce6d1bce3 0.05 MB 141 152
184,815 184,815 00000000000009ced574e901a97c5e526952ff3f9a4a62a135c0e9c1e317a0b0 0.06 MB 180 286
184,814 184,814 00000000000000f8ae171d0a6698ef7680d2b0811c1cfcae470f8274950c3596 0.00 MB 12 29
184,813 184,813 000000000000001f346af6d489e678b5d3c30e08fb6e7dffa602926f5789d705 0.25 MB 647 176
184,812 184,812 000000000000069da0a22a78abff1454d5e65f55add1472743bda27f77ded1ea 0.00 MB 10 652
184,811 184,811 0000000000000715dda933474f0a2fcf7ec732db72ca7ac9906c918a923956a4 0.02 MB 36 74
184,810 184,810 000000000000090ca5185879b48cd4056a0cd68916eb3018e40f58288746447a 0.06 MB 104 133
184,809 184,809 00000000000001cdf9407522ea28fe582a42bd91ebd6d5966038a5f5b6dbb0dc 0.02 MB 46 792
184,808 184,808 00000000000006c536fcc3b09918bfb9d84b3f6d60e9fca978bc062756ee9fd6 0.21 MB 464 202
184,807 184,807 00000000000007784dc7526cf78ddb508b5d733121ff65d679e431833f0eecf0 0.00 MB 12 14
184,806 184,806 00000000000007772646ff2619ac07fe3dd61a9aed920243574045cd3a437103 0.03 MB 91 103
184,805 184,805 00000000000001d95bcc20d6c96b3d123071476e96b0bd0ab5c1b91ad5f6be75 0.05 MB 124 306
184,804 184,804 00000000000006c0ae0bd4d2b9aabd5366d2cd7028bd2fe9baebc813d4f88d27 0.06 MB 128 114
184,803 184,803 00000000000003d3c333a16e7e3d337dda18be9230386efb746a52d56bf20bd8 0.29 MB 434 98
184,802 184,802 00000000000003432ea106601e3a5e8b4b36d0bf3cad886bd0c22edcab483386 0.05 MB 120 62
184,801 184,801 000000000000030f324d3a7f3ffce38338069c6319fd6790d9f60e30cdc4c5df 0.21 MB 512 125
184,800 184,800 0000000000000130ed43fc455277317d615417d54dc4496cb1ddaf2ddf9c9e0d 0.00 MB 13 14
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.53 GB sent, 93.00 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.