Memory Pool Memory Pool Refreshing

163 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.04 vMB 150 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (627,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
280,723 280,723 000000000000000172d0f85d42417794dc064f0972b5b9ca5cfada6d54866965 0.48 MB 844 37
280,722 280,722 0000000000000001aa661760e9c2d0af18eae17f85123a7ea49ebd48039ab346 0.03 MB 112 67
280,721 280,721 0000000000000000e4485afc4b3d6b923f288e9c486565d4fd83a5521b4b7037 0.10 MB 103 24
280,720 280,720 00000000000000001cba7c83d1920080cb8db5205efc159491e63f309939e3cd 0.25 MB 457 34
280,719 280,719 0000000000000002132b016d6d8453319210e282a1ac16d11503568070921cd1 0.25 MB 636 39
280,718 280,718 0000000000000001e8028da4cda8370084e36c40143918462634fc5d8b73cdb3 0.03 MB 93 223
280,717 280,717 0000000000000001675b74693b202dc8394ae79c3bfd2a131a2ce8d7ae8fd938 0.03 MB 97 80
280,716 280,716 0000000000000001d49d8ef08988867b9093fd1e912d3d4ebe823730d779ea33 0.25 MB 569 56
280,715 280,715 0000000000000001ab0e695b6f955347b7e3cb71999042adaa3e2ff0ffb812f1 0.16 MB 304 39
280,714 280,714 0000000000000002169783c13b971b6bf510ed973f864cc3a19bcc5f8ad39a4c 0.22 MB 464 59
280,713 280,713 0000000000000000e30a1cba5f2cc3a9364a7668b134cccd4a090fc65210d10e 0.42 MB 804 49
280,712 280,712 0000000000000001aeb1d85800127bd2ebd98b108b08f673b59b9f743679a28a 0.50 MB 664 32
280,711 280,711 000000000000000153becd0e3d094fb5b88519e099bf61b08ba77c2bd8ad92a2 0.25 MB 580 43
280,710 280,710 0000000000000001662392b3eb10bc4d856df9c9252425aab717a5b4bd342f50 0.25 MB 671 53
280,709 280,709 0000000000000000df07be59ec19b5936de0fcff030eec93a1a74593c46f58c9 0.25 MB 770 99
280,708 280,708 0000000000000002210c2f5c5baee0c8bef9a39bca98c461c1b1a1936cc1b249 0.03 MB 40 8
280,707 280,707 000000000000000256234ecae444d1cf9b885087b9f74af6148b4b086b0cca7f 0.10 MB 126 19
280,706 280,706 00000000000000000ed34b771c0a43b2e91e8487dcb6d92a4aaf446617bbe4b8 0.05 MB 97 33
280,705 280,705 000000000000000139c0f2245c9573e892498980a893238d87e9c9e17fa4e2ef 0.11 MB 316 44
280,704 280,704 0000000000000000e24e5bbbefbcce353df1484a27b3fa2e57f62040dcf2f265 0.08 MB 208 47
280,703 280,703 000000000000000055f63ce2e82fc7637af8a4a08ac67ee93183a2cfe001640b 0.03 MB 99 47
Previous 10 blocks ↓
Total Size: 769.07 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,628.05 GB sent, 93.22 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.