Memory Pool Memory Pool Refreshing

440 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,788 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 398 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (300,459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
607,328 607,328 0000000000000000000f8179b685c8fd96f3e934fea2f2a674aac4a1a558cf7e 0.03 MB 91 33
607,327 607,327 0000000000000000000167b14abf5cc5750efa0ea58a8aba75731891c5ab71e3 0.92 MB 1,884 11
607,326 607,326 000000000000000000152136866691ef10a57087569f5295109b7db8e7a668f5 0.32 MB 773 22
607,325 607,325 0000000000000000000ccbaa82f4e3809956bf3e232bdfb51d54a2e9b181fab4 0.57 MB 1,444 15
607,324 607,324 0000000000000000000283749bf10239d65d3bb93be5b658504bcca1cfd17d1f 0.37 MB 1,046 19
607,323 607,323 00000000000000000009aa38162634b123229c0ec4a3c480e9589f75f686b972 0.41 MB 996 8
607,322 607,322 000000000000000000051bcb301c6aacab0e922df1994b10ce45e9557646323f 1.27 MB 2,906 19
607,321 607,321 0000000000000000000a672c8d8f84c271f74cb1c1b6901d0926d71f3f957707 0.53 MB 1,328 18
607,320 607,320 00000000000000000009e5243382cd5e5caaaa173bd7ae27491dae50a599799a 0.18 MB 396 15
607,319 607,319 000000000000000000092f58cacd9bb8951be5eece8fcb79f192b014438ae388 0.81 MB 1,976 25
607,318 607,318 000000000000000000059502c43e531482f4348ffebfcbc4d9eb232f07d9a1b2 0.60 MB 1,499 9
607,317 607,317 0000000000000000000a05730d9a3f98cf6176d23df46d81e42282fe07f83bbb 1.20 MB 2,684 11
607,316 607,316 00000000000000000007af2501b4dda2b4c00a5c769463178b253af6f9e9c00b 1.32 MB 3,109 13
607,315 607,315 0000000000000000000bc5c0e39891eeccffc65961cc454c6df0f2f778e49a41 1.23 MB 2,977 21
607,314 607,314 0000000000000000000326a19ffc7f45ead27d6678c6a8df9ff44b658450fb9c 1.31 MB 2,525 22
607,313 607,313 0000000000000000000755e7e3a758663b4054ddcd548e4599b647b05cb1037b 1.24 MB 3,099 14
607,312 607,312 000000000000000000124b172b81411a34333becc5178af52f184f1312ea33c4 1.34 MB 3,397 11
607,311 607,311 00000000000000000005c344c76beba1df67560e4e2a2314c1df466cadd8a080 1.35 MB 1,672 27
607,310 607,310 000000000000000000001f0677a5a3082529d2f570ef8f17760c4b39d2d272f3 1.23 MB 2,922 14
607,309 607,309 0000000000000000000468b84721fd4a5d03ef749f7649c9b6df022fa3c6d355 1.25 MB 1,956 17
607,308 607,308 0000000000000000000623afa6f625f899c05c5745cd5902153e92610e75f841 1.37 MB 2,449 20
Previous 10 blocks ↓
Total Size: 769.14 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,631.89 GB sent, 93.59 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.