Memory Pool Memory Pool Refreshing

4,017 transactions
1.61 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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,878 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,798 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,877 (768,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,284 139,284 0000000000000794974fa37a4606e33dfde76c960e8433d3fe2b0f687746e746 0.01 MB 23 589
139,283 139,283 000000000000014c0aaa2d590e4a9214413976b07032736cffd9a42fc7766683 0.02 MB 42 110
139,282 139,282 00000000000007a17cb21e3d0a0b80db32771556e548b4f3ff513b43c25aa1e9 0.02 MB 51 197
139,281 139,281 000000000000043b12e795978698b5c4a6c2bc502ab19094164182b7c4408c85 0.02 MB 45 187
139,280 139,280 00000000000001befb316de622ad63dfa7f7dc98b86fb89fff782b402a9a9636 0.01 MB 18 256
139,279 139,279 00000000000002f80edf509047129a737b0ee10bfef209c3652eebbd709f1fba 0.03 MB 80 0
139,278 139,278 000000000000085808eefb57a2f495e5143e0df43e3287b458e06e77b3951a5f 0.03 MB 65 99
139,277 139,277 0000000000000164627acce3c11bd8e821d7d9434be05b35e190969893d90273 0.02 MB 33 107
139,276 139,276 000000000000028e479451ee5babc9c26159fa82a656307338ede76a66dc2505 0.02 MB 57 342
139,275 139,275 00000000000005f2eb9f4fee83ba5e22b8b53eea8c12c28e0ab4242270c58911 0.01 MB 14 149
139,274 139,274 00000000000002e42b32e95ec7b6359f0a51cccd73e7334a4b148a83e23c7483 0.03 MB 57 113
139,273 139,273 00000000000007d0cca9ae375ff88c4f3ed25b09b2c1d86d8ce18e602a4b7080 0.01 MB 10 27
139,272 139,272 0000000000000185ad6ba15c096e5320b7e85aadb2f5147c21ff1d939d510aca 0.05 MB 97 126
139,271 139,271 0000000000000200fb24d80ff7469023eb90c05807d9799bd4846253859e2c92 0.02 MB 31 44
139,270 139,270 00000000000007ce558cfa9acccd3d5ec5222fa03dc4bf3c5f2aabaae80f6813 0.00 MB 11 80
139,269 139,269 0000000000000636d87400d1d160efa62609fbbf38309b2332d7e01cea2fee29 0.01 MB 28 51
139,268 139,268 00000000000004f90c23039284198c5ede5161c4e68bf084459140bea72e7ead 0.01 MB 25 251
139,267 139,267 0000000000000030b439dc2ecd1760c139c62d4fabc29f81155b19249da6b3e4 0.00 MB 8 54
139,266 139,266 000000000000015f5a075d505815a70b3f7b3dd8905d035211f7dbf9ac50f1c5 0.02 MB 77 149
139,265 139,265 0000000000000297af3b0e4ece2ebbdf4f94336b5b1fa138ab5d2767f68592f6 0.05 MB 151 212
139,264 139,264 000000000000089c071cb2c64a48e5641f4a5f4889e22e85d820980b7b5ecf04 0.05 MB 123 401
Previous 10 blocks ↓
Total Size: 769.31 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,642.84 GB sent, 94.53 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.