Memory Pool Memory Pool Refreshing

991 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,667 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 983 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,666 (839,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,345 69,345 000000000168c87af09174d458909993892e8f43efd846d6f3d7c5e7bce7c021 0.00 MB 3 0
69,344 69,344 00000000001d2c117cb092a2d3ac8b449e1396c7950efdc2b072c26cf94cf64f 0.00 MB 1 0
69,343 69,343 0000000000c8b1f718f176b6e9c78a6a573aca7217952b20fba3cb689eb3bb5e 0.00 MB 1 0
69,342 69,342 00000000014d27c953d5ed0ee8f7fe236feb9f9dff9a0b0bdd60d2203b8f021b 0.00 MB 4 0
69,341 69,341 000000000038d21f302534f54bc05c26124ce52b5187f5fc2fdba13203948477 0.00 MB 1 0
69,340 69,340 0000000000f469bbdbaa368ddb5c8dddc9ad5cb677216ab1321ab951bd3c4085 0.00 MB 1 0
69,339 69,339 00000000007013211bfaef281c8d5482e58bdbc06a87a3798fbf8590e62aa64b 0.00 MB 2 0
69,338 69,338 00000000006599903bd4c468d7747966361f706ac4f477f96361925c5bf7ff30 0.00 MB 1 0
69,337 69,337 0000000001188d51ae677e126b046e7c744ce8e4ed6569983f2ff084635ce34b 0.00 MB 2 0
69,336 69,336 000000000036c0389f34ab070de332db5759fcd18a227ad85356a4fe989de9f5 0.00 MB 2 0
69,335 69,335 00000000002ed419bdce4f0b490953c702179ecd48f948bf25e37936ee900abf 0.00 MB 1 0
69,334 69,334 000000000108d61ea09ae7ecbfc57d718ee4ed17c5da57ef432765f3dbd05d29 0.00 MB 1 0
69,333 69,333 0000000000b0b7169bcadb83331282e7493897f6630093fd477c44d38995db06 0.00 MB 2 0
69,332 69,332 000000000105c61464108460d9b3f34b360bcdfc294d13a6eb54f3145f3b82c2 0.00 MB 1 0
69,331 69,331 000000000159f3a1df333b86ae4d3ce3b0a9ab89c1163db0dddaff20a8270061 0.00 MB 3 0
69,330 69,330 000000000156b38ae99b8d90eb8f5bd9b1136c0b74f1a961fe21ea534babf77c 0.00 MB 1 0
69,329 69,329 0000000000d502921974cfb35dfe9290661fdef84ab7a1e232d4d7b3bf8f1c63 0.00 MB 1 0
69,328 69,328 0000000000baaa37d293011dff895851c20097eec5174783b8596252ffe6618f 0.00 MB 2 0
69,327 69,327 00000000014975e31d50adf8b2b4d201d7c448eaf20a051be4fd478050eff403 0.00 MB 1 0
69,326 69,326 000000000094e4cbbebda95ec56ee3aebf76494bd099e76d56ef3d1090e5eb7b 0.00 MB 3 0
69,325 69,325 0000000000fdcbdea4205324361eb6985657d40926003ae4d4c21b5915113f52 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 770.94 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,853.31 GB sent, 101.64 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.