Memory Pool Memory Pool Refreshing

3,857 transactions
1.34 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,038 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (798,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,266 109,266 000000000000bf69ed43dc79d747b6520e1b1be392a3b41aa6ec8afca2a3b331 0.00 MB 5 0
109,265 109,265 00000000000054921586c8f46ad22b347374b8d103cc63607ac167e7bdfe5dc3 0.00 MB 1 0
109,264 109,264 00000000000154660f0cf8e5812df209e2acfcd2ddc021a2c52b5ca17869638a 0.00 MB 1 0
109,263 109,263 00000000000165b695d3b3ec02c00031766b3ca1c164364598ca397c2876777f 0.00 MB 5 0
109,262 109,262 0000000000004697fb65aa235eaf5b6cc0d8c337c55e327a8c6d9158019092c9 0.00 MB 9 0
109,261 109,261 0000000000003275cfc0ccfd12f55e0a865ca4d41717a48428a285e545c5808d 0.01 MB 23 0
109,260 109,260 0000000000016f6c7a13da40b4e3e5668157685b372cb1dd46b6816069a149b1 0.00 MB 9 0
109,259 109,259 000000000001627eb8cd6c4797ecfb727246abb1fe5381def644b89587bca714 0.00 MB 6 0
109,258 109,258 00000000000152a0fad9e4791e7ce4313b5d9df2d9e13ce9564e197d77566b50 0.00 MB 8 0
109,257 109,257 000000000001bab326f25824a20442cca23d46062f27455cf0538050c66524d0 0.00 MB 5 0
109,256 109,256 00000000000130235426938d2443aad8267f6570d4182b66fb879a0bcd6aa461 0.01 MB 31 245
109,255 109,255 000000000000bdd9e0d019b9fa5f979e95a84d7abd367dcc158d85fad694a2a6 0.00 MB 1 0
109,254 109,254 0000000000003c100e3ae7f40cb4910d0fd1c60b51fe70ebd15d403682212211 0.00 MB 1 0
109,253 109,253 00000000000047a85911c57a7ab1039ab021f05e8a89552e2660605c83705d4b 0.00 MB 6 0
109,252 109,252 0000000000012a38c2de738a3b3c7a7eb953a9a52a975aa6c4a244ecb58c989d 0.00 MB 3 0
109,251 109,251 000000000001b7222fb5a5246b7be45dd8086baf87d22ed108f4258ff93724e8 0.00 MB 4 0
109,250 109,250 000000000001992c8566d01a9364bdd0f09a9b86889a5de67986f89a32eae743 0.00 MB 12 0
109,249 109,249 00000000000020d95fa5c8225da12eb59ed1f3a34d8c9694dc7619245cf43977 0.00 MB 13 0
109,248 109,248 0000000000005df9c19d80211111c117357dbee6517432092faa0bed5a7eba2d 0.00 MB 10 0
109,247 109,247 000000000000defebf0a7c11d2eb96064a0f00fae3c8cd268a75806d0f909f13 0.01 MB 42 0
109,246 109,246 0000000000001920997bc034286800790795c1157d9789684e316ddac422075d 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 769.27 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.39 GB sent, 94.28 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.